Skip to content

Commit 271146b

Browse files
authored
Merge pull request #100 from aiueogawa/master
Fix a typographical error
2 parents 19bb3a6 + 8d56ef9 commit 271146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/branch-management.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ git branch -v
6969
The useful `--merged` and `--no-merged` options can filter this list to branches that you have or have not yet merged into the branch you're currently on.
7070
To see which branches are already merged into the branch you're on, you can run `git branch --merged`:
7171
//////////////////////////
72-
便利なオプション `--merged` と `--no-merged` を使うと、この一覧を絞り込んで、現在作業注のブランチにマージ済みのもの (あるいはそうでないもの)
72+
便利なオプション `--merged` と `--no-merged` を使うと、この一覧を絞り込んで、現在作業中のブランチにマージ済みのもの (あるいはそうでないもの)
7373
だけを表示することができます。
7474
現在作業中のブランチにマージ済みのブランチを調べるには `git branch --merged` を実行します。
7575

0 commit comments

Comments
 (0)