summaryrefslogtreecommitdiffstats
path: root/git-checkout.txt
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.txt
parentd3be992a031c05fe1064c94e11d7c53a32fd8c82 (diff)
downloadgit-htmldocs-9149123b58ede4ca92a71abd3c09e3e2ad205b55.tar.gz
Autogenerated HTML docs for v2.21.0
Diffstat (limited to 'git-checkout.txt')
-rw-r--r--git-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-checkout.txt b/git-checkout.txt
index 9a396498d..8c3d4128c 100644
--- a/git-checkout.txt
+++ b/git-checkout.txt
@@ -289,7 +289,7 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
+
You can use the `"@{-N}"` syntax to refer to the N-th last
branch/commit checked out using "git checkout" operation. You may
-also specify `-` which is synonymous to `"@{-1}`.
+also specify `-` which is synonymous to `"@{-1}"`.
+
As a special case, you may use `"A...B"` as a shortcut for the
merge base of `A` and `B` if there is exactly one merge base. You can