git command

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5830 | A+ | 5.8 | 99.3% | 98.1 | 576 | 4 | 30 | 2025/02/24 |
関連タイピング
-
JavaScript 暗記用です
プレイ回数2677英語長文594打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数9935英字232打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1.1万英字276打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数4万302打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1161英語長文220打 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数3942短文英字90秒 -
Pythonプログラミングのタイピング超入門です。
プレイ回数2472短文90秒 -
JAVAの練習用です。
プレイ回数796長文120秒
問題文
(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