git push amend commit message code example
Example 1: git amend commit message after push
$ git commit --amend -m "New and correct message"
Example 2: git amend commit message
git commit --amend -m "New commit message for most recent commit"
$ git commit --amend -m "New and correct message"
git commit --amend -m "New commit message for most recent commit"