summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-17 10:40:26 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-17 10:40:26 +0000
commit18b6ff3704218dde27a820b56b39d02b6edb62ea (patch)
treedf79f0979eb7de622fffd294627f6bf0ae1d564f /git-branch.txt
parentd81c5d37ea53ed09e9e15f09445dfc8a00daee40 (diff)
downloadgit-htmldocs-18b6ff3704218dde27a820b56b39d02b6edb62ea.tar.gz
Autogenerated HTML docs for v1.5.3-rc2-4-g726f9
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-branch.txt b/git-branch.txt
index bb6b57dc2..bc6aa8841 100644
--- a/git-branch.txt
+++ b/git-branch.txt
@@ -130,8 +130,8 @@ Delete unneeded branch::
------------
$ git clone git://git.kernel.org/.../git.git my.git
$ cd my.git
-$ git branch -d -r todo html man <1>
-$ git branch -D test <2>
+$ git branch -d -r origin/todo origin/html origin/man <1>
+$ git branch -D test <2>
------------
+
<1> delete remote-tracking branches "todo", "html", "man"