Skip to content

Commit c9da009

Browse files
authored
Make commit name consistent
1 parent cf2d921 commit c9da009

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
@@ -139,7 +139,7 @@ When you save and exit the editor, Git rewinds you back to the last commit in th
139139
[source,console]
140140
----
141141
$ git rebase -i HEAD~3
142-
Stopped at f7f3f6d... changed my name a bit
142+
Stopped at f7f3f6d... Change my name a bit
143143
You can amend the commit now, with
144144
145145
git commit --amend

0 commit comments

Comments
 (0)