Skip to content

Instantly share code, notes, and snippets.

@tobysteward
Created November 12, 2013 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobysteward/7430973 to your computer and use it in GitHub Desktop.
Save tobysteward/7430973 to your computer and use it in GitHub Desktop.
Reset repo to latest commit
git fetch origin master
git reset --hard FETCH_HEAD
git clean -df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment