change commit message for existing patch code example
Example 1: amend last commit message
$ git commit --amend -m "New and correct message"
Example 2: how to change a commit message
git commit --amend
git push --force-with-lease <repository> <branch>