git command

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5830 | A+ | 5.8 | 99.3% | 98.1 | 576 | 4 | 30 | 2025/02/24 |
関連タイピング
-
C++のようなもの。
プレイ回数1232英語長文1638打 -
日本語・英語・特殊記号全て、右手タイピング制覇をしたい人。
プレイ回数65371247打 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数8334長文英字411打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2528短文英字429打 -
メソッド名やクラス名をタイピングしよう
プレイ回数129長文英字60秒 -
MQLの練習用
プレイ回数290英語長文711打 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数322英語短文30秒 -
Pythonプログラミングのタイピング超入門です。
プレイ回数2417短文90秒
問題文
(git config --global user.name ”user”)
git config --global user.name "user"
(git config --global user.email)
git config --global user.email
(git init)
git init
(git add)
git add
(git commit -m ”initial commit”)
git commit -m "Initial commit"
(git remote add origin)
git remote add origin
(git push -u origin master)
git push -u origin master
(git clone https://github.com/hog.git)
git clone https://github.com/hog.git
(git pull)
git pull
(git fetch)
git fetch
(git merge origin/master)
git merge origin/master
(git status)
git status
(git log)
git log
(git show)
git show
(git push -u origin)
git push -u origin
(git reset head)
git reset HEAD
(git reset --hard head^)
git reset --hard HEAD^
(git revert)
git revert
(git commit --amend ”new commit msg”)
git commit --amend "new commit msg"
(git reset --hard)
git reset --hard
(git push -f)
git push -f
(git branch feature/issue_)
git branch feature/issue_
(git checkout feature/issue)
git checkout feature/issue
(git diff)
git diff
(git merge --no-ff)
git merge --no-ff
(git stash save)
git stash save