Skip to content

Instantly share code, notes, and snippets.

View colindekker's full-sized avatar

Colin Dekker colindekker

View GitHub Profile
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