aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorQuy Tonthat <qtonthat@gmail.com>2007-05-15 12:51:02 +1000
committerJunio C Hamano <junkio@cox.net>2007-05-14 20:17:00 -0700
commit045fe3ccdaeb81f12f657b44b5a117b65d9d38e2 (patch)
tree3dee273126e99c8fe2c0ed2744ce458a32b67904 /Documentation/git-branch.txt
parent52e7b744d365ad4fcbb49fbb2a7b59ddfea90440 (diff)
downloadgit-045fe3ccdaeb81f12f657b44b5a117b65d9d38e2.tar.gz
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>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 603f87f3b5..8dc5171f5e 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