.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-BRANCH" "1" "07/03/2007" "Git 1.5.3.rc0" "Git Manual"
+.TH "GIT\-BRANCH" "1" "07/17/2007" "Git 1.5.3.rc2.4.g726f9" "Git Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.nf
$ git clone git://git.kernel.org/.../git.git my.git
$ cd my.git
-$ git branch \-d \-r todo html man \fB(1)\fR
-$ git branch \-D test \fB(2)\fR
+$ git branch \-d \-r origin/todo origin/html origin/man \fB(1)\fR
+$ git branch \-D test \fB(2)\fR
.fi
.sp
\fB1. \fRdelete remote\-tracking branches "todo", "html", "man"