git commit --amend code example
Example 1: edit last commit message
git commit --amend -m "New commit message."
Example 2: git amend last commit message
$ git commit --amend -m "New and correct message"
Example 3: git amend
git commit --amend
Example 4: git amend
git commit --amend -m "an updated commit message"
Example 5: amend commit
git commit --amend -m "an updated commit message"
Example 6: add change to last commit
$ (some_branch) git commit --amend