how to undone last commit in git code example Example 1: revert last commit git reset HEAD~ Example 2: how to undo a commit $ git reset --soft HEAD~1