Skip to content

Instantly share code, notes, and snippets.

@sashadev-sky
Forked from glennblock/fork forced sync
Created September 27, 2019 13:43
Show Gist options
  • Save sashadev-sky/47bd57cab27892b8dd173f9ced160687 to your computer and use it in GitHub Desktop.
Save sashadev-sky/47bd57cab27892b8dd173f9ced160687 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