summaryrefslogtreecommitdiffstats
path: root/git-worktree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-06 14:34:15 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-06 14:34:15 -0700
commitc6c919b870e00b3afac46972e322d36bb8bd7033 (patch)
tree05cae3540265b1dab96cf754e837a8318b204f70 /git-worktree.html
parent042f2148898f2f73342c586887b252715dd8af8a (diff)
downloadgit-htmldocs-c6c919b870e00b3afac46972e322d36bb8bd7033.tar.gz
Autogenerated HTML docs for v2.9.0-243-g5c589
Diffstat (limited to 'git-worktree.html')
-rw-r--r--git-worktree.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/git-worktree.html b/git-worktree.html
index 99df5537f..6583afd98 100644
--- a/git-worktree.html
+++ b/git-worktree.html
@@ -749,8 +749,8 @@ git-worktree(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git worktree add</em> [-f] [--detach] [--checkout] [-b &lt;new-branch&gt;] &lt;path&gt; [&lt;branch&gt;]
-<em>git worktree prune</em> [-n] [-v] [--expire &lt;expire&gt;]
-<em>git worktree list</em> [--porcelain]</pre>
+<em>git worktree list</em> [--porcelain]
+<em>git worktree prune</em> [-n] [-v] [--expire &lt;expire&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -800,22 +800,22 @@ then, as a convenience, a new branch based at HEAD is created automatically,
as if <code>-b $(basename &lt;path&gt;)</code> was specified.</p></div>
</dd>
<dt class="hdlist1">
-prune
+list
</dt>
<dd>
<p>
-Prune working tree information in $GIT_DIR/worktrees.
+List details of each worktree. The main worktree is listed first, followed by
+each of the linked worktrees. The output details include if the worktree is
+bare, the revision currently checked out, and the branch currently checked out
+(or <em>detached HEAD</em> if none).
</p>
</dd>
<dt class="hdlist1">
-list
+prune
</dt>
<dd>
<p>
-List details of each worktree. The main worktree is listed first, followed by
-each of the linked worktrees. The output details include if the worktree is
-bare, the revision currently checked out, and the branch currently checked out
-(or <em>detached HEAD</em> if none).
+Prune working tree information in $GIT_DIR/worktrees.
</p>
</dd>
</dl></div>
@@ -1061,7 +1061,7 @@ performed manually, such as:</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-06-20 14:23:22 PDT
+Last updated 2016-07-06 14:33:48 PDT
</div>
</div>
</body>