summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-11-24 12:10:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-11-24 12:10:55 +0000
commitfe9acab71e9360742448deb57e6ae021f9ac66d5 (patch)
tree4ba8bdaf975e01a54b958aaf699d347b0ed2575f /git-branch.html
parent9f292e7bac14ec22b2dd8285e7f4ae7d21078e2b (diff)
downloadgit-htmldocs-fe9acab71e9360742448deb57e6ae021f9ac66d5.tar.gz
Autogenerated HTML docs for v1.4.4.1-g634b8
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html20
1 files changed, 15 insertions, 5 deletions
diff --git a/git-branch.html b/git-branch.html
index eb0169370..65e7a370d 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -273,14 +273,16 @@ git-branch(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-branch</em> [-r]
+<div class="content"><em>git-branch</em> [-r] [-a]
<em>git-branch</em> [-l] [-f] &lt;branchname&gt; [&lt;start-point&gt;]
<em>git-branch</em> (-d | -D) &lt;branchname&gt;&#8230;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
-<p>With no arguments given (or just <tt>-r</tt>) a list of available branches
-will be shown, the current branch will be highlighted with an asterisk.</p>
+<p>With no arguments given a list of existing branches
+will be shown, the current branch will be highlighted with an asterisk.
+Option <tt>-r</tt> causes the remote-tracking branches to be listed,
+and option <tt>-a</tt> shows both.</p>
<p>In its second form, a new branch named &lt;branchname&gt; will be created.
It will start out with a head equal to the one given as &lt;start-point&gt;.
If no &lt;start-point&gt; is given, the branch will be created with a head
@@ -331,7 +333,15 @@ has a ref log then the ref log will also be deleted.</p>
</dt>
<dd>
<p>
- List only the "remote" branches.
+ List the remote-tracking branches.
+</p>
+</dd>
+<dt>
+-a
+</dt>
+<dd>
+<p>
+ List both remote-tracking branches and local branches.
</p>
</dd>
<dt>
@@ -421,7 +431,7 @@ a branch and check it out with a single command.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 03-Oct-2006 08:40:53 UTC
+Last updated 24-Nov-2006 12:10:49 UTC
</div>
</div>
</body>