We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79656e commit 2eb063cCopy full SHA for 2eb063c
Documentation/tutorial.txt
@@ -309,7 +309,7 @@ git diff HEAD^^ HEAD^
309
-------------------------------------
310
311
shows the difference between that previous state and the state two
312
-commits ago. Also, HEAD~5 can be used as a shorthand for HEAD^^^^^,
+commits ago. Also, HEAD~5 can be used as a shorthand for HEAD{caret}{caret}{caret}{caret}{caret},
313
and more generally HEAD~n can refer to the nth previous commit.
314
Commits representing merges have more than one parent, and you can
315
specify which parent to follow in that case; see
0 commit comments