Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/07-git-tools/sections/revision-selection.asc
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ Date: Fri Nov 7 13:47:59 2008 -0500
ignore *.gem
----

This can also be written `HEAD^^^`, which again is the first parent of the first parent of the first parent:
This can also be written `HEAD~~~`, which again is the first parent of the first parent of the first parent:

[source,console]
----
$ git show HEAD^^^
$ git show HEAD~~~
commit 1c3618887afb5fbcbea25b7c013f4e2114448b8d
Author: Tom Preston-Werner <tom@mojombo.com>
Date: Fri Nov 7 13:47:59 2008 -0500
Expand Down