Skip to content

Commit 3a27578

Browse files
committed
[ja] Apply 0c34253
1 parent 010edcc commit 3a27578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/03-git-branching/01-chapter3.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Git は新たなマージコミットを自動的には作成しませんでし
307307
* master
308308
testing
309309

310-
`*` という文字が `master` ブランチの先頭についていることに注目しましょう。これは、現在チェックアウトされているブランチを意味します。つまり、ここでコミットを行うと、`master` ブランチがひとつ先に進むということです。各ブランチにおける直近のコミットを調べるには `git branch v` を実行します。
310+
`*` という文字が `master` ブランチの先頭についていることに注目しましょう。これは、現在チェックアウトされているブランチを意味します。つまり、ここでコミットを行うと、`master` ブランチがひとつ先に進むということです。各ブランチにおける直近のコミットを調べるには `git branch -v` を実行します。
311311

312312
$ git branch -v
313313
iss53 93b412c fix javascript issue

0 commit comments

Comments
 (0)