Skip to content

Instantly share code, notes, and snippets.

@nyteshade
Forked from glennblock/fork forced sync
Created July 18, 2016 20:10
Show Gist options
  • Save nyteshade/4fe20656cffef2cec239ab3ca12ef131 to your computer and use it in GitHub Desktop.
Save nyteshade/4fe20656cffef2cec239ab3ca12ef131 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment