-
-
Save renesugar/a8fb9e4b7f5c9406a72dfa4e5ac09201 to your computer and use it in GitHub Desktop.
Force your forked repo to be the same as upstream.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
https://gist.github.com/glennblock/1974465
complete git commands would be like this: