Skip to content

Commit 5a514e1

Browse files
authored
Merge pull request #1472 from DustInCompetent/patch-1
Make commit name consistent
2 parents cf2d921 + c9da009 commit 5a514e1

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)