summaryrefslogtreecommitdiffstats
path: root/git-checkout.txt
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.txt
parentfd98be8ac969289726bc1df7bab75d2e02ddbaa7 (diff)
downloadgit-htmldocs-c5bd79e0cb5f924e05e9e6cdb64a4be2ade572e1.tar.gz
Autogenerated HTML docs for v1.9-rc1
Diffstat (limited to 'git-checkout.txt')
-rw-r--r--git-checkout.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-checkout.txt b/git-checkout.txt
index 91294f89c..33ad2adf5 100644
--- a/git-checkout.txt
+++ b/git-checkout.txt
@@ -232,8 +232,8 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
commit, your HEAD becomes "detached" and you are no longer on
any branch (see below for details).
+
-As a special case, the `"@{-N}"` syntax for the N-th last branch
-checks out the branch (instead of detaching). You may also specify
+As a special case, the `"@{-N}"` syntax for the N-th last branch/commit
+checks out branches (instead of detaching). You may also specify
`-` which is synonymous with `"@{-1}"`.
+
As a further special case, you may use `"A...B"` as a shortcut for the