<div class="content">\r
<pre><tt>$ git clone git://git.kernel.org/.../git.git my.git\r
$ cd my.git\r
-$ git branch -d -r todo html man <b>(1)</b>\r
-$ git branch -D test <b>(2)</b></tt></pre>\r
+$ git branch -d -r origin/todo origin/html origin/man <b>(1)</b>\r
+$ git branch -D test <b>(2)</b></tt></pre>\r
</div></div>\r
<ol>\r
<li>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Jul-2007 07:03:39 UTC\r
+Last updated 17-Jul-2007 10:39:42 UTC\r
</div>\r
</div>\r
</body>\r
------------
$ 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"