summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-27 13:31:26 -0800
committerJunio C Hamano <gitster@pobox.com>2014-01-27 13:31:26 -0800
commitc5bd79e0cb5f924e05e9e6cdb64a4be2ade572e1 (patch)
tree1e2fc163814f8a67de8629f2a39db92f2160c39b /git-checkout.html
parentfd98be8ac969289726bc1df7bab75d2e02ddbaa7 (diff)
downloadgit-htmldocs-c5bd79e0cb5f924e05e9e6cdb64a4be2ade572e1.tar.gz
Autogenerated HTML docs for v1.9-rc1
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-checkout.html b/git-checkout.html
index 17d3cee91..72cd68cbd 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -1073,8 +1073,8 @@ section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <tt
commit, your HEAD becomes "detached" and you are no longer on
any branch (see below for details).
</p>
-<div class="paragraph"><p>As a special case, the <tt>"@{-N}"</tt> syntax for the N-th last branch
-checks out the branch (instead of detaching). You may also specify
+<div class="paragraph"><p>As a special case, the <tt>"@{-N}"</tt> syntax for the N-th last branch/commit
+checks out branches (instead of detaching). You may also specify
<tt>-</tt> which is synonymous with <tt>"@{-1}"</tt>.</p></div>
<div class="paragraph"><p>As a further special case, you may use <tt>"A...B"</tt> as a shortcut for the
merge base of <tt>A</tt> and <tt>B</tt> if there is exactly one merge base. You can
@@ -1365,7 +1365,7 @@ $ git add frotz</tt></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-10-17 21:34:27 PDT
+Last updated 2014-01-27 13:30:07 PST
</div>
</div>
</body>