Skip to content

Instantly share code, notes, and snippets.

@GoesToEleven
Created August 3, 2015 04:17
Show Gist options
  • Save GoesToEleven/738d9d6c3c35c191666a to your computer and use it in GitHub Desktop.
Save GoesToEleven/738d9d6c3c35c191666a to your computer and use it in GitHub Desktop.
removing commits from github
$ git reset SHA --hard
// HEAD is now at SHA ...msg...
$ git push origin -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment