git command
関連タイピング
-
※long long → ll, vector → vc
プレイ回数555 英語90秒 -
数字キーに定義されている記号の練習
プレイ回数1744 英語短文68打 -
HTML&CSSを忘れないために
プレイ回数3万 英語長文759打 -
プレイ回数376 英語60秒
-
英数と記号を混ぜた文章です
プレイ回数1774 英語長文1468打 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数1万 英語長文120秒 -
C言語/C#言語の単語練習です。記号なども多いです。
プレイ回数2781 英語長文318打 -
プログラミングタイピング
プレイ回数1608 英字60秒
問題文
ふりがな非表示
ふりがな表示
(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