We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1783f99 commit 64979e9Copy full SHA for 64979e9
README.md
@@ -28,7 +28,7 @@ git-quizをダウンロードしたいディレクトリにて以下のコマン
28
```
29
$ git clone --recursive https://github.com/takanabe/git-quiz.git
30
$ cd git-quiz
31
-$ git submodule foreach git pull origin master
+$ git submodule foreach git checkout master
32
33
34
ダウンロードしたレポジトリにはそれぞれの問題に対応するディレクトリを用意しました。ディレクトリの中には問題に必要なファイルが全て詰め込まれている(問題中のBeforeの状態になっています)ので、苦手な問題を繰り返し解いて快適なGit lifeを送くれるように頑張ってください!
0 commit comments