ammend in git code example
Example 1: edit last commit message
git commit --amend -m "New commit message."
Example 2: git amend
git commit --amend
Example 3: add change to last commit
$ (some_branch) git commit --amend
git commit --amend -m "New commit message."
git commit --amend
$ (some_branch) git commit --amend