Create new commits which reverse the effect of earlier ones. More information: https://git-scm.com/docs/git-revert.
git revert {{@}}
git revert HEAD~{{4}}
git revert {{master~5..master~2}}
git revert -n {{0c01a9..9a1743}}