revert a last commit in git on local code example Example 1: revert last commit $ git reset --soft HEAD~1 Example 2: revert commit git git revert <commit hash>