Friday, January 2, 2015

How to change a Git commit message

To change a Git commit message,

you can use the following command:

git commit --amend

Reference:
http://stackoverflow.com/questions/179123/edit-an-incorrect-commit-message-in-git

No comments:

Post a Comment