Skip to content

Instantly share code, notes, and snippets.

@rodrigoea
Last active August 29, 2015 14:05
Show Gist options
  • Save rodrigoea/26e3de0bf13af853565b to your computer and use it in GitHub Desktop.
Save rodrigoea/26e3de0bf13af853565b to your computer and use it in GitHub Desktop.
Make local repository same as remote

git fetch --all

git reset --hard origin/master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment