[Edit]
+
0
-
0
git change commit message
1 2 3 4 5 6git commit --amend # then git will open editor and allow us to change commit message. # If we use vi / vim as editor to exit we use :wq (write and quit). # To see if we changed our commit message use git log command.