git commit text change code example
Example 1: change git commit message
git commit --amend -m "New commit message"
Example 2: change message from last pushed commit
git commit --amend
git commit --amend -m "New commit message"
git commit --amend