Skip to content

Instantly share code, notes, and snippets.

@tobysteward
Created November 12, 2013 13:40
Embed
What would you like to do?
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