link
Create new commit that undoes changes
git revert
Revert specific commit
git revert abc123
Revert last commit
git revert HEAD