git command

背景
投稿者投稿者KZいいね3お気に入り登録
プレイ回数1205難易度(3.2) 474打 長文 英字
git でよく使うコマンド練習用

関連タイピング

  • コマンドタイピング

    コマンドタイピング

    コマンドラインやプログラミング言語のタイピング練習用

    プレイ回数1271
    英語長文90秒
  • Reactタイピング

    Reactタイピング

    Reactを使いこなそう

    プレイ回数1334
    英語長文407打
  • Git _入門編_

    Git _入門編_

    ”説明”>”コマンド” の順で表示されます。

    プレイ回数685
    長文539打
  • HTML&CSS

    HTML&CSS

    HTML&CSSを忘れないために

    プレイ回数2.6万
    英語長文759打
  • JAVAの練習用

    JAVAの練習用

    JAVAの練習用です。

    プレイ回数996
    長文120秒
  • 特殊文字(shift文字)の練習10.1

    特殊文字(shift文字)の練習10.1

    『+』『-』『=』の練習に『:』を追加しました

    プレイ回数2536
    長文記号281打
  • Kotlin Practice1

    Kotlin Practice1

    Kotlin 練習用

    プレイ回数68
    英語60秒
  • Javaタイピング超入門

    Javaタイピング超入門

    Javaプログラミングにおける超入門タイピング練習です.

    プレイ回数4125
    短文英字90秒

問題文

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

(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

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