Skip to content

Commit 4d54dab

Browse files
author
Kaartic Sivaraam
committed
Corrected reflog example
The sentence wasn't consistent and was corrected.
1 parent 739f7c3 commit 4d54dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/revision-selection.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ d921970 HEAD@{1}: merge phedders/rdocs: Merge made by recursive.
131131

132132
Every time your branch tip is updated for any reason, Git stores that information for you in this temporary history.
133133
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:
134+
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:
135135

136136
[source,console]
137137
----

0 commit comments

Comments
 (0)