Skip to content

Instantly share code, notes, and snippets.

@jaonoctus
Created September 13, 2015 21:10
Show Gist options
  • Save jaonoctus/d4719115e6846e4a282b to your computer and use it in GitHub Desktop.
Save jaonoctus/d4719115e6846e4a282b to your computer and use it in GitHub Desktop.
Force a git pull
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