Skip to content

Syncing an upstream master

ghalliday edited this page Jul 20, 2011 · 3 revisions

git checkout master

git fetch upstream

git merge --ff-only upstream/master

git push origin master