#Oops, I merged untested changes to master!
You've made changes to master, commited and push up to your repo. Git is flexible enough that you can dig yourself out rather easily. Here are two of many options to get back to a safe place.
- Option 1, Branch out and keep your changes.
- Option 2, Reset the branch and lose changes.
The final step in both of these options is $ git push --force origin master
.
##Option 1: Branch Out