We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca15aa0 + 9dcf039 commit e58bd59Copy full SHA for e58bd59
book/07-git-tools/sections/rewriting-history.asc
@@ -124,7 +124,7 @@ It will start at the commit you specify on the command line (`HEAD~3`) and repla
124
It lists the oldest at the top, rather than the newest, because that's the first one it will replay.
125
126
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.
+To do so, change the word "`pick`" to the word "`edit`" for each of the commits you want the script to stop after.
128
For example, to modify only the third commit message, you change the file to look like this:
129
130
[source,console]
0 commit comments