From: Francis Moreau Date: Mon, 16 Jul 2007 11:38:47 +0000 (+0200) Subject: Fix git-branch documentation when using remote refs X-Git-Tag: v1.5.3-rc3~42 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=33b1f3d54406dce2cc9cbed35993e55829a94626;p=git.git Fix git-branch documentation when using remote refs Signed-off-by: Francis Moreau Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index bb6b57dc2..bc6aa8841 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"