This file contains hidden or 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
if no upstream remote created: git remote add upstream https://[upstream guy's repo url] | |
git fetch upstream | |
git reset --hard upstream/master | |
git push origin master --force |