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/4be183840f9088702c945f806fb6e73c to your computer and use it in GitHub Desktop.
Save sashadev-sky/4be183840f9088702c945f806fb6e73c 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