git commit --ammend tutorial code example
Example 1: git amend
git commit --amend
Example 2: git amend
git commit --amend -m "an updated commit message"
git commit --amend
git commit --amend -m "an updated commit message"