Amend Sample Summary A sample repository for git commit --amend. Objectives Right after you commit, you realize that you typed updates as updaets. Fix your commit message using git commit --amend. Proceduer git commit --amend -m "updates README.md" LICENCE CC0