Skip to content

Instantly share code, notes, and snippets.

@indexzero
Created May 31, 2011 06:35
Show Gist options
  • Save indexzero/1000067 to your computer and use it in GitHub Desktop.
Save indexzero/1000067 to your computer and use it in GitHub Desktop.
An example of how I hard reset to isaacs/master
git branch -M master-borked
git checkout isaacs/master
git checkout -b master
git push origin master —force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment