Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save asanchezr/71a15b1cd0e338a7f92ba16a2831a67a to your computer and use it in GitHub Desktop.
Save asanchezr/71a15b1cd0e338a7f92ba16a2831a67a to your computer and use it in GitHub Desktop.
Force your forked repo to be the same as upstream
git fetch upstream
git reset --hard upstream/master
git push origin master -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment