Created
March 7, 2017 20:35
-
-
Save colindekker/8ac0f6dc118da492e3788d33280888bf to your computer and use it in GitHub Desktop.
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
git remote add upstream https://github.com/SubPointSolutions/spmeta2.git | |
git fetch upstream | |
git checkout master | |
git rebase upstream/master | |
git push -f origin master | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment