how to amend a git commit code example
Example 1: amend last commit message
$ git commit --amend -m "New and correct message"
Example 2: git commit amend
git commit --amend --no-edit
$ git commit --amend -m "New and correct message"
git commit --amend --no-edit