Skip to content

Commit

Permalink
Documentation/branch: fix small typo in -D example
Browse files Browse the repository at this point in the history
Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Quy Tonthat authored and Junio C Hamano committed May 15, 2007
1 parent 52e7b74 commit 045fe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 045fe3c

Please sign in to comment.