Skip to content

Commit e58bd59

Browse files
authored
Merge pull request #1698 from matshch/fix-quotes
Fix quotes in "Rewriting history" section
2 parents ca15aa0 + 9dcf039 commit e58bd59

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)