1
0
mirror of https://github.com/git/git.git synced 2024-09-30 16:01:40 +02:00

Fix git-branch documentation when using remote refs

Signed-off-by: Francis Moreau <francis.moro@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Francis Moreau 2007-07-16 13:38:47 +02:00 committed by Junio C Hamano
parent 29633bb91c
commit 33b1f3d544

@ -130,8 +130,8 @@ Delete unneeded branch::
------------ ------------
$ git clone git://git.kernel.org/.../git.git my.git $ git clone git://git.kernel.org/.../git.git my.git
$ cd my.git $ cd my.git
$ git branch -d -r todo html man <1> $ git branch -d -r origin/todo origin/html origin/man <1>
$ git branch -D test <2> $ git branch -D test <2>
------------ ------------
+ +
<1> delete remote-tracking branches "todo", "html", "man" <1> delete remote-tracking branches "todo", "html", "man"