Skip to content

Instantly share code, notes, and snippets.

@flora8984461
Forked from glennblock/fork forced sync
Created December 4, 2020 14:43
Show Gist options
  • Save flora8984461/35f7d2192b1b7f8d943ea90ebe461c1a to your computer and use it in GitHub Desktop.
Save flora8984461/35f7d2192b1b7f8d943ea90ebe461c1a 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