Skip to content

Commit 14ab61c

Browse files
authored
Merge pull request #1561 from ixth/patch-1
Escape tilde to fix HEAD~~~ presented as HEAD~
2 parents 6c25f58 + c766b27 commit 14ab61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Date: Fri Nov 7 13:47:59 2008 -0500
282282
Ignore *.gem
283283
----
284284

285-
This can also be written `HEAD~~~`, which again is the first parent of the first parent of the first parent:
285+
This can also be written `HEAD\~~~`, which again is the first parent of the first parent of the first parent:
286286

287287
[source,console]
288288
----

0 commit comments

Comments
 (0)