change name of last commit code example
Example 1: change last commit message
git commit --amend -m "New commit message."
Example 2: add change to last commit
$ (some_branch) git commit --amend
git commit --amend -m "New commit message."
$ (some_branch) git commit --amend