git command
関連タイピング
-
プログラミングを効率的に!
プレイ回数1065 英語短文541打 -
JavaScript 暗記用です
プレイ回数2191 英語長文2218打 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数4646 短文英字90秒 -
あの「プレイグラム」を打ってください
プレイ回数14 短文60秒 -
〜Git/GitHub学習の導入で躓かないために〜
プレイ回数853 長文589打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数2392 英語長文220打 -
ホームポジションが自然と身につく!
プレイ回数1366 短文60秒 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数1087 長文590打
問題文
ふりがな非表示
ふりがな表示
(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