diff --git a/book/07-git-tools/sections/rewriting-history.asc b/book/07-git-tools/sections/rewriting-history.asc index 68309b7f5..c0403ce6a 100644 --- a/book/07-git-tools/sections/rewriting-history.asc +++ b/book/07-git-tools/sections/rewriting-history.asc @@ -139,7 +139,7 @@ When you save and exit the editor, Git rewinds you back to the last commit in th [source,console] ---- $ git rebase -i HEAD~3 -Stopped at f7f3f6d... changed my name a bit +Stopped at f7f3f6d... Change my name a bit You can amend the commit now, with git commit --amend