summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-03-18 07:45:42 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-03-18 07:45:42 +0000
commit2b13527e6477916ed5cb6f1858d9d0e5381d236d (patch)
treef5f02279bc2c81180ec930487b6ad6a9acfaf388 /git-branch.html
parent05567435fe2d1f36c1904c0c02bc805e44fb800d (diff)
downloadgit-htmldocs-2b13527e6477916ed5cb6f1858d9d0e5381d236d.tar.gz
Autogenerated HTML docs for v1.2.4-g5a1f
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/git-branch.html b/git-branch.html
index 8abc4751b..dcf5da7bf 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -272,14 +272,17 @@ git-branch(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-branch</em> [(-d | -D) &lt;branchname&gt;] | [[-f] &lt;branchname&gt; [&lt;start-point&gt;]]</p>
+<div class="verseblock">
+<div class="content"><em>git-branch</em> [[-f] &lt;branchname&gt; [&lt;start-point&gt;]]
+<em>git-branch</em> (-d | -D) &lt;branchname&gt;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>If no argument is provided, show available branches and mark current
-branch with star. Otherwise, create a new branch of name &lt;branchname&gt;.</p>
-<p>If a starting point is also specified, that will be where the branch is
+branch with star. Otherwise, create a new branch of name &lt;branchname&gt;.
+If a starting point is also specified, that will be where the branch is
created, otherwise it will be created at the current HEAD.</p>
+<p>With a <tt>-d</tt> or <tt>-D</tt> option, <tt>&lt;branchname&gt;</tt> will be deleted.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -329,7 +332,7 @@ created, otherwise it will be created at the current HEAD.</p>
<h3>Examples</h3>
<dl>
<dt>
-Start development off of a know tag
+Start development off of a known tag
</dt>
<dd>
<div class="listingblock">
@@ -372,7 +375,7 @@ commits from todo branch.</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 10-Mar-2006 00:31:21 UTC
+Last updated 18-Mar-2006 07:45:34 UTC
</div>
</div>
</body>