Documentation/branch: fix small typo in -D example
Signed-off-by: Quy Tonthat <qtonthat@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
52e7b744d3
commit
045fe3ccda
Documentation
|
@ -136,7 +136,7 @@ $ git branch -D test <2>
|
|||
+
|
||||
<1> delete remote-tracking branches "todo", "html", "man"
|
||||
<2> delete "test" branch even if the "master" branch does not have all
|
||||
commits from todo branch.
|
||||
commits from test branch.
|
||||
|
||||
|
||||
Notes
|
||||
|
|
Loading…
Reference in New Issue