git command
関連タイピング
-
JavaScriptの暗記用です
プレイ回数4651 英語長文913打 -
プログラミングタイピング
プレイ回数391 英字60秒 -
JavaScript 暗記用です
プレイ回数1265 英語長文1345打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数3604 短文英字429打 -
ホームポジションが自然と身につく!
プレイ回数1145 短文60秒 -
エンターキー周辺の記号
プレイ回数1262 英語短文47打 -
キーボードにある記号全て使います!!
プレイ回数3506 英語60秒 -
Array.instance_methods
プレイ回数107 英字30秒
問題文
(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