git command

関連タイピング
-
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数6909英語長文120秒 -
HTML&CSSを忘れないために
プレイ回数2.6万英語長文759打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数7930長文英字326打 -
プレイ回数2650短文9打
-
C#打つ
プレイ回数946英語長文60秒 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数4309短文英字90秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数3328英語長文120秒 -
プログラミングを効率的に!
プレイ回数994英語短文541打
問題文
(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