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