How to change the message on last commit in git?
Written on by Mandeep Singh in Mistakes Correction
git commit --amend
# follow prompts to change the commit message
Stupid commit message formatting requirements.
Written on by Mandeep Singh in Mistakes Correction
git commit --amend
# follow prompts to change the commit message
Stupid commit message formatting requirements.