Skip to content

Syncing an upstream master

ghalliday edited this page Jul 20, 2011 · 1 revision

git checkout master

git fetch upstream

git merge --ff-only upstream/master

git push origin master