Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
checkout doc: fix an unmatched double-quote pair
author
Yoichi Nakayama
<yoichi.nakayama@gmail.com>
Sat, 23 Feb 2019 06:33:40 +0000
(15:33 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 24 Feb 2019 05:24:25 +0000
(21:24 -0800)
Signed-off-by: Yoichi Nakayama <yoichi.nakayama@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0d0ac38
)
diff --git
a/Documentation/git-checkout.txt
b/Documentation/git-checkout.txt
index 801de2f7645bf0b1fc506da58d469519abca8863..55eb39a897dea7f40517cd21c1e29c54ff8e6ee9 100644
(file)
--- a/
Documentation/git-checkout.txt
+++ b/
Documentation/git-checkout.txt
@@
-285,7
+285,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