* [PATCH] Fix git-branch documentation when using remote refs
@ 2007-07-16 11:38 Francis Moreau
0 siblings, 0 replies; only message in thread
From: Francis Moreau @ 2007-07-16 11:38 UTC (permalink / raw)
To: git; +Cc: Johannes Schindelin
Signed-off-by: Francis Moreau <francis.moro@gmail.com>
---
Documentation/git-branch.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index bb6b57d..bc6aa88 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-16 11:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-16 11:38 [PATCH] Fix git-branch documentation when using remote refs Francis Moreau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox