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.
1 parent 739f7c3 commit 4d54dabCopy full SHA for 4d54dab
book/07-git-tools/sections/revision-selection.asc
@@ -131,7 +131,7 @@ d921970 HEAD@{1}: merge phedders/rdocs: Merge made by recursive.
131
132
Every time your branch tip is updated for any reason, Git stores that information for you in this temporary history.
133
And you can specify older commits with this data, as well.
134
-If you want to see the fifth prior value of the HEAD of your repository, you can use the `@{n}` reference that you see in the reflog output:
+If you want to see the fifth prior value of the HEAD of your repository, you can use the `@{5}` reference that you see in the reflog output:
135
136
[source,console]
137
----
0 commit comments