Skip to content

Instantly share code, notes, and snippets.

@jongyllen
Created September 24, 2013 07:07
Show Gist options
  • Save jongyllen/6681267 to your computer and use it in GitHub Desktop.
Save jongyllen/6681267 to your computer and use it in GitHub Desktop.
GIT - reset fork
git fetch upstream
git checkout master
git reset --hard upstream/master
git push origin master --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment