We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010edcc commit 3a27578Copy full SHA for 3a27578
ja/03-git-branching/01-chapter3.markdown
@@ -307,7 +307,7 @@ Git は新たなマージコミットを自動的には作成しませんでし
307
* master
308
testing
309
310
-`*` という文字が `master` ブランチの先頭についていることに注目しましょう。これは、現在チェックアウトされているブランチを意味します。つまり、ここでコミットを行うと、`master` ブランチがひとつ先に進むということです。各ブランチにおける直近のコミットを調べるには `git branch –v` を実行します。
+`*` という文字が `master` ブランチの先頭についていることに注目しましょう。これは、現在チェックアウトされているブランチを意味します。つまり、ここでコミットを行うと、`master` ブランチがひとつ先に進むということです。各ブランチにおける直近のコミットを調べるには `git branch -v` を実行します。
311
312
$ git branch -v
313
iss53 93b412c fix javascript issue
0 commit comments