Skip to content

Commit 9dcf039

Browse files
committed
Fix quotes in "Rewriting history" section
This is the only place in the book where this type of quotes were used. Also, grave in the Noto Serif font included with EPUB version of book is combining, so this two words were rendered incorrectly.
1 parent ca15aa0 commit 9dcf039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/rewriting-history.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ It will start at the commit you specify on the command line (`HEAD~3`) and repla
124124
It lists the oldest at the top, rather than the newest, because that's the first one it will replay.
125125

126126
You need to edit the script so that it stops at the commit you want to edit.
127-
To do so, change the word `pick' to the word `edit' for each of the commits you want the script to stop after.
127+
To do so, change the word "`pick`" to the word "`edit`" for each of the commits you want the script to stop after.
128128
For example, to modify only the third commit message, you change the file to look like this:
129129

130130
[source,console]

0 commit comments

Comments
 (0)