Skip to content

Instantly share code, notes, and snippets.

@velyo
Created August 3, 2018 08:36
Show Gist options
  • Save velyo/92c49ffe3b185319155cd245e5380a76 to your computer and use it in GitHub Desktop.
Save velyo/92c49ffe3b185319155cd245e5380a76 to your computer and use it in GitHub Desktop.
How to delete last commit on remote as well
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