# Reverts the last commit made by creating another commit git revert HEAD
# Undo the changes made by a particular commit. git revert SHA
# Undoes the changes from your most recent commit git reset HEAD~1