Git: Add Upstreams

Posted . Visible to the public.

In terminal:

cd sites/<projectname>

git remote add upstream <git read only URL> && git fetch upstream

(eg: git remote add upstream git://github.com/silverstripe/silverstripe-installer.git && git fetch upstream)
adrexia
Last edit
Posted by adrexia to Development Stuff (2012-04-30 06:08)