Skip to content

Instantly share code, notes, and snippets.

@mindmergedesign
Last active December 17, 2015 16:09
Show Gist options
  • Save mindmergedesign/5637033 to your computer and use it in GitHub Desktop.
Save mindmergedesign/5637033 to your computer and use it in GitHub Desktop.
Reset Git repo
git fetch origin
git reset --hard origin/master
git pull
git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment