git command

背景
投稿者投稿者KZいいね3お気に入り登録
プレイ回数1092難易度(2.7) 474打 長文 英字
git でよく使うコマンド練習用
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ku 5224 B+ 5.2 99.4% 100.1 526 3 30 2024/03/30
2 さむ 2127 F+ 2.4 88.7% 217.2 529 67 30 2024/03/14

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(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

問題文を全て表示 一部のみ表示 誤字・脱字等の報告