Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/stlport/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/stlport/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
christophers-clone
-
Cloning this repository:
git clone git://gitorious.org/~christopher/stlport/christophers-clone.git christophers-clone cd christophers-clone
Add this repository as a remote to an existing local repository:
git remote add christophers-clone git://gitorious.org/~christopher/stlport/christophers-clone.git git fetch christophers-clone git checkout -b my-local-tracking-branch christophers-clone/master_or_other_branch
skagget77-mainline
-
Cloning this repository:
git clone git://gitorious.org/~skagget77/stlport/skagget77-mainline.git skagget77-mainline cd skagget77-mainline
Add this repository as a remote to an existing local repository:
git remote add skagget77-mainline git://gitorious.org/~skagget77/stlport/skagget77-mainline.git git fetch skagget77-mainline git checkout -b my-local-tracking-branch skagget77-mainline/master_or_other_branch

