aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/howto/using-topic-branches.txt
diff options
context:
space:
mode:
authorKai Ruemmler <kai.ruemmler@gmx.net>2005-11-07 09:23:59 +0100
committerJunio C Hamano <junkio@cox.net>2005-11-07 13:28:31 -0800
commite66ab03fcfb508efbe2b73bafc7cf0ef16430378 (patch)
tree3ee0f7a3b1b89dd5d2c59d213b1463e1e414ecc4 /Documentation/howto/using-topic-branches.txt
parent31b9755a655aa34373d8b39030e9a0f46ffa0078 (diff)
downloadgit-e66ab03fcfb508efbe2b73bafc7cf0ef16430378.tar.gz
Documentation update: use git branch -d foo where applicable
This updates documentation to use git branch -d foo in favour of rm .git/refs/heads/foo Signed-off-by: Kai Ruemmler <kai.ruemmler@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/howto/using-topic-branches.txt')
-rw-r--r--Documentation/howto/using-topic-branches.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/using-topic-branches.txt b/Documentation/howto/using-topic-branches.txt
index d30fa85048..c6c635a51e 100644
--- a/Documentation/howto/using-topic-branches.txt
+++ b/Documentation/howto/using-topic-branches.txt
@@ -166,7 +166,7 @@ output from:
is empty. At this point the branch can be deleted:
- $ rm .git/refs/heads/branchname
+ $ git branch -d branchname
Some changes are so trivial that it is not necessary to create a separate
branch and then merge into each of the test and release branches. For