Last Updated: February 25, 2016
·
334
· rishav

Git command - Fix last commit message

Just entered a commit message with a typo. No worries. Use the following command to fix it:

git commit --amend -m "New commit message"