Skip to content

Instantly share code, notes, and snippets.

@sohelrana820
Forked from glennblock/fork forced sync
Created July 15, 2018 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sohelrana820/ef2f3bb194221a493f9d492235b4feb2 to your computer and use it in GitHub Desktop.
Save sohelrana820/ef2f3bb194221a493f9d492235b4feb2 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