From c9da009d2c8cf95b836a00d6188e875cd52c5b01 Mon Sep 17 00:00:00 2001 From: Dustin Frank Date: Thu, 30 Jul 2020 11:34:45 +0200 Subject: [PATCH] Make commit name consistent --- book/07-git-tools/sections/rewriting-history.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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