Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Created June 10, 2014 08:46
Show Gist options
  • Save francois-blanchard/a88b3ec70fe0407790c8 to your computer and use it in GitHub Desktop.
Save francois-blanchard/a88b3ec70fe0407790c8 to your computer and use it in GitHub Desktop.
Back to old commit already push
# search commit
$ git log
# go to commit
$ git reset --hard 176ez2z5...
# force push
$ git push origin your_branch -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment