summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-01-29 20:19:57 -0800
committerJunio C Hamano <junio@hera.kernel.org>2006-01-29 20:19:57 -0800
commit560a1f6414df207911062a54e3f8a6c0f0721195 (patch)
tree55eb47f75057eed4165636b3b38bfff5b211edb4 /git-branch.html
parentfb56a964f2f60e657c136ccbf316f127d6d21c36 (diff)
downloadgit-htmldocs-560a1f6414df207911062a54e3f8a6c0f0721195.tar.gz
Autogenerated HTML docs for v1.1.5-g36b5
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/git-branch.html b/git-branch.html
index fb41e0878..20e8847d8 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -272,7 +272,7 @@ git-branch(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-branch</em> [-d | -D] [&lt;branchname&gt; [start-point]]</p>
+<p><em>git-branch</em> [(-d | -D) &lt;branchname&gt;] | [[-f] &lt;branchname&gt; [&lt;start-point&gt;]]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -301,6 +301,14 @@ created, otherwise it will be created at the current HEAD.</p>
</p>
</dd>
<dt>
+-f
+</dt>
+<dd>
+<p>
+ Force a reset of &lt;branchname&gt; to &lt;start-point&gt; (or current head).
+</p>
+</dd>
+<dt>
&lt;branchname&gt;
</dt>
<dd>
@@ -309,7 +317,7 @@ created, otherwise it will be created at the current HEAD.</p>
</p>
</dd>
<dt>
-start-point
+&lt;start-point&gt;
</dt>
<dd>
<p>
@@ -364,7 +372,7 @@ commits from todo branch.</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 27-Dec-2005 00:15:49 PDT
+Last updated 29-Jan-2006 20:18:17 PDT
</div>
</div>
</body>