Repositories
mainline
Warzone 2100 (wz2100.net) – main repository moved to https://github.com/Warzone2100/warzone2100
-
Cloning this repository:
git clone git://gitorious.org/warzone2100/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/warzone2100/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
gerard_
-
Cloning this repository:
git clone git://gitorious.org/~gerard_/warzone2100/gerard_.git gerard_ cd gerard_
Add this repository as a remote to an existing local repository:
git remote add gerard_ git://gitorious.org/~gerard_/warzone2100/gerard_.git git fetch gerard_ git checkout -b my-local-tracking-branch gerard_/master_or_other_branch
Giel
-
Cloning this repository:
git clone git://gitorious.org/~Giel/warzone2100/Giel.git Giel cd Giel
Add this repository as a remote to an existing local repository:
git remote add Giel git://gitorious.org/~Giel/warzone2100/Giel.git git fetch Giel git checkout -b my-local-tracking-branch Giel/master_or_other_branch
devurandom
-
Cloning this repository:
git clone git://gitorious.org/~devurandom/warzone2100/devurandom.git devurandom cd devurandom
Add this repository as a remote to an existing local repository:
git remote add devurandom git://gitorious.org/~devurandom/warzone2100/devurandom.git git fetch devurandom git checkout -b my-local-tracking-branch devurandom/master_or_other_branch
cyp
-
Cloning this repository:
git clone git://gitorious.org/~cyp/warzone2100/cyp.git cyp cd cyp
Add this repository as a remote to an existing local repository:
git remote add cyp git://gitorious.org/~cyp/warzone2100/cyp.git git fetch cyp git checkout -b my-local-tracking-branch cyp/master_or_other_branch
wz2100-mainline
-
Cloning this repository:
git clone git://gitorious.org/~dak180/warzone2100/wz2100-mainline.git wz2100-mainline cd wz2100-mainline
Add this repository as a remote to an existing local repository:
git remote add wz2100-mainline git://gitorious.org/~dak180/warzone2100/wz2100-mainline.git git fetch wz2100-mainline git checkout -b my-local-tracking-branch wz2100-mainline/master_or_other_branch
originals
A place to keep original source media for models and textures (or other binary files) used in Warzone.
-
Cloning this repository:
git clone git://gitorious.org/warzone2100/originals.git originals cd originals
Add this repository as a remote to an existing local repository:
git remote add originals git://gitorious.org/warzone2100/originals.git git fetch originals git checkout -b my-local-tracking-branch originals/master_or_other_branch
shaeuns-mainline
-
Cloning this repository:
git clone git://gitorious.org/~shaeun/warzone2100/shaeuns-mainline.git shaeuns-mainline cd shaeuns-mainline
Add this repository as a remote to an existing local repository:
git remote add shaeuns-mainline git://gitorious.org/~shaeun/warzone2100/shaeuns-mainline.git git fetch shaeuns-mainline git checkout -b my-local-tracking-branch shaeuns-mainline/master_or_other_branch
warzone-cybersphinx
-
Cloning this repository:
git clone git://gitorious.org/~cybersphinx/warzone2100/warzone-cybersphinx.git warzone-cybersphinx cd warzone-cybersphinx
Add this repository as a remote to an existing local repository:
git remote add warzone-cybersphinx git://gitorious.org/~cybersphinx/warzone2100/warzone-cybersphinx.git git fetch warzone-cybersphinx git checkout -b my-local-tracking-branch warzone-cybersphinx/master_or_other_branch

