change comment in commit git code example
Example 1: change git commit message
git commit --amend -m "New commit message"
Example 2: git amend commit message
git commit --amend -m "New commit message for most recent commit"
git commit --amend -m "New commit message"
git commit --amend -m "New commit message for most recent commit"