Created
October 3, 2016 15:22
-
-
Save mikemichaelis/56ca294042949956131d3541de5d4225 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you have the master branch checked out locally, you can also do it in two simpler steps: First reset the branch to the parent of the current commit, then force-push it to the remote. | |
$ git reset HEAD^ --hard | |
$ git push mathnet -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment