how to reset the last commit code example Example 1: undo last commit $ git reset --hard HEAD~1 Example 2: git undo last commit git reset --soft HEAD~1