summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29633bb)
raw | patch | inline | side by side (parent: 29633bb)
author | Francis Moreau <francis.moro@gmail.com> | |
Mon, 16 Jul 2007 11:38:47 +0000 (13:38 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 17 Jul 2007 04:34:44 +0000 (21:34 -0700) |
Signed-off-by: Francis Moreau <francis.moro@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt | patch | blob | history |
index bb6b57dc2d00e38fc1d0128fe02fc771a1f83086..bc6aa88417486cda92e8ea47f67bcfc24317b9d2 100644 (file)
------------
$ 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"