How do I edit an incorrect commit message in git - Stack Overflow
http://stackoverflow.com/questions/179123/how-do-i-edit-an-incorrect-commit-m…
git commit --amend
to edit the log message of the last commit. Very useful.
http://stackoverflow.com/questions/179123/how-do-i-edit-an-incorrect-commit-m…
git commit --amend
to edit the log message of the last commit. Very useful.