amend in git code example
Example 1: git amend last commit message
$ git commit --amend -m "New and correct message"
Example 2: git amend
git commit --amend
Example 3: git amend
git commit --amend -m "an updated commit message"
$ git commit --amend -m "New and correct message"
git commit --amend
git commit --amend -m "an updated commit message"