Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/sputnik/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/sputnik/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
test_versium
-
Cloning this repository:
git clone git://gitorious.org/~ppierre/sputnik/test_versium.git test_versium cd test_versium
Add this repository as a remote to an existing local repository:
git remote add test_versium git://gitorious.org/~ppierre/sputnik/test_versium.git git fetch test_versium git checkout -b my-local-tracking-branch test_versium/master_or_other_branch
blueprint
-
Cloning this repository:
git clone git://gitorious.org/~ppierre/sputnik/blueprint.git blueprint cd blueprint
Add this repository as a remote to an existing local repository:
git remote add blueprint git://gitorious.org/~ppierre/sputnik/blueprint.git git fetch blueprint git checkout -b my-local-tracking-branch blueprint/master_or_other_branch
jnwhiteh
-
Cloning this repository:
git clone git://gitorious.org/~jnwhiteh/sputnik/jnwhiteh.git jnwhiteh cd jnwhiteh
Add this repository as a remote to an existing local repository:
git remote add jnwhiteh git://gitorious.org/~jnwhiteh/sputnik/jnwhiteh.git git fetch jnwhiteh git checkout -b my-local-tracking-branch jnwhiteh/master_or_other_branch

