how to change commit message in github code example
Example 1: change git commit message
git commit --amend -m "New commit message"
Example 2: change message commit git
git commit --amend -m "New commit message."
Example 3: how to change a commit message
git commit --amend
git push --force-with-lease <repository> <branch>