Browse Source

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
Quy Tonthat 18 years ago committed by Junio C Hamano
parent
commit
045fe3ccda
  1. 2
      Documentation/git-branch.txt

2
Documentation/git-branch.txt

@ -136,7 +136,7 @@ $ git branch -D test <2> @@ -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…
Cancel
Save