git annuler merge code example Example: undo git Click to copy# KEEP CHANGES git reset --soft HEAD~1 # REMOVE CHANGES git reset --hard HEAD~1