summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-24 08:35:15 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-24 08:35:15 -0800
commit9149123b58ede4ca92a71abd3c09e3e2ad205b55 (patch)
tree31092660a3abf83d053b026e3a37c6b2f80b64f7 /git-checkout.html
parentd3be992a031c05fe1064c94e11d7c53a32fd8c82 (diff)
downloadgit-htmldocs-9149123b58ede4ca92a71abd3c09e3e2ad205b55.tar.gz
Autogenerated HTML docs for v2.21.0
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-checkout.html b/git-checkout.html
index ecdec9a4c..ca02c3da7 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -1150,7 +1150,7 @@ section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <co
</p>
<div class="paragraph"><p>You can use the <code>"@{-N}"</code> syntax to refer to the N-th last
branch/commit checked out using "git checkout" operation. You may
-also specify <code>-</code> which is synonymous to <code>"@{-1}</code>.</p></div>
+also specify <code>-</code> which is synonymous to <code>"@{-1}"</code>.</p></div>
<div class="paragraph"><p>As a special case, you may use <code>"A...B"</code> as a shortcut for the
merge base of <code>A</code> and <code>B</code> if there is exactly one merge base. You can
leave out at most one of <code>A</code> and <code>B</code>, in which case it defaults to <code>HEAD</code>.</p></div>
@@ -1454,7 +1454,7 @@ $ git add frotz</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-02-05 15:33:20 PST
+ 2019-02-24 08:31:33 PST
</div>
</div>
</body>