From: Quy Tonthat Date: Tue, 15 May 2007 02:51:02 +0000 (+1000) Subject: Documentation/branch: fix small typo in -D example X-Git-Tag: v1.5.1.5~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=045fe3ccdaeb81f12f657b44b5a117b65d9d38e2;p=git.git Documentation/branch: fix small typo in -D example Signed-off-by: Quy Tonthat Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 603f87f3b..8dc5171f5 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -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