Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/branch: fix small typo in -D example
author
Quy Tonthat
<qtonthat@gmail.com>
Tue, 15 May 2007 02:51:02 +0000
(12:51 +1000)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 15 May 2007 03:17:00 +0000
(20:17 -0700)
Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-branch.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
52e7b74
)
diff --git
a/Documentation/git-branch.txt
b/Documentation/git-branch.txt
index 603f87f3b59358697da821ffe240be9caff43fa7..8dc5171f5e685ab18d466751710f44e8aba104b7 100644
(file)
--- 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 t
odo
branch.
+commits from t
est
branch.
Notes