how to change last commit code example
Example 1: change last commit message
git commit --amend -m "New commit message."
Example 2: git amend
git commit --amend -m "an updated commit message"
git commit --amend -m "New commit message."
git commit --amend -m "an updated commit message"