git command to ammend last commit code example
Example 1: edit last commit message
git commit --amend -m "New commit message."
Example 2: git amend
git commit --amend
git commit --amend -m "New commit message."
git commit --amend