We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1997da + c5c0a5f commit 572e460Copy full SHA for 572e460
Documentation/git-checkout.txt
@@ -289,7 +289,7 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
289
+
290
You can use the `"@{-N}"` syntax to refer to the N-th last
291
branch/commit checked out using "git checkout" operation. You may
292
-also specify `-` which is synonymous to `"@{-1}`.
+also specify `-` which is synonymous to `"@{-1}"`.
293
294
As a special case, you may use `"A...B"` as a shortcut for the
295
merge base of `A` and `B` if there is exactly one merge base. You can
0 commit comments