Autogenerated HTML docs for v1.5.3-rc2-4-g726f9
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 17 Jul 2007 10:40:26 +0000 (10:40 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 17 Jul 2007 10:40:26 +0000 (10:40 +0000)
git-branch.html
git-branch.txt

index c4afc68ebe5a2fb9fe95838b7e239b1998b3e78f..6786ef619a334687b2dc9997c774df453411301b 100644 (file)
@@ -488,8 +488,8 @@ Delete unneeded branch
 <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
@@ -527,7 +527,7 @@ a branch and check it out with a single command.</p>
 </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
index bb6b57dc2d00e38fc1d0128fe02fc771a1f83086..bc6aa88417486cda92e8ea47f67bcfc24317b9d2 100644 (file)
@@ -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"