Skip to content

Instantly share code, notes, and snippets.

@colindekker
Created March 7, 2017 20:35
Show Gist options
  • Save colindekker/8ac0f6dc118da492e3788d33280888bf to your computer and use it in GitHub Desktop.
Save colindekker/8ac0f6dc118da492e3788d33280888bf to your computer and use it in GitHub Desktop.
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