reverse the last local commit code example Example 1: undo local commit $ git reset --soft HEAD~1 Example 2: revert local commit $ git reset --hard HEAD~1