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