Skip to content

Commit 64979e9

Browse files
committed
Modify README
1 parent 1783f99 commit 64979e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git-quizをダウンロードしたいディレクトリにて以下のコマン
2828
```
2929
$ git clone --recursive https://github.com/takanabe/git-quiz.git
3030
$ cd git-quiz
31-
$ git submodule foreach git pull origin master
31+
$ git submodule foreach git checkout master
3232
```
3333

3434
ダウンロードしたレポジトリにはそれぞれの問題に対応するディレクトリを用意しました。ディレクトリの中には問題に必要なファイルが全て詰め込まれている(問題中のBeforeの状態になっています)ので、苦手な問題を繰り返し解いて快適なGit lifeを送くれるように頑張ってください!

0 commit comments

Comments
 (0)