Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/rbot/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/rbot/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
jsn-clone
-
Cloning this repository:
git clone git://gitorious.org/~jsn/rbot/jsn-clone.git jsn-clone cd jsn-clone
Add this repository as a remote to an existing local repository:
git remote add jsn-clone git://gitorious.org/~jsn/rbot/jsn-clone.git git fetch jsn-clone git checkout -b my-local-tracking-branch jsn-clone/master_or_other_branch
hagabakas-clone
-
Cloning this repository:
git clone git://gitorious.org/~hagabaka/rbot/hagabakas-clone.git hagabakas-clone cd hagabakas-clone
Add this repository as a remote to an existing local repository:
git remote add hagabakas-clone git://gitorious.org/~hagabaka/rbot/hagabakas-clone.git git fetch hagabakas-clone git checkout -b my-local-tracking-branch hagabakas-clone/master_or_other_branch
nycr-clone
-
Cloning this repository:
git clone git://gitorious.org/~georgyo/rbot/nycr-clone.git nycr-clone cd nycr-clone
Add this repository as a remote to an existing local repository:
git remote add nycr-clone git://gitorious.org/~georgyo/rbot/nycr-clone.git git fetch nycr-clone git checkout -b my-local-tracking-branch nycr-clone/master_or_other_branch
voker57-patches
-
Cloning this repository:
git clone git://gitorious.org/~Voker57/rbot/voker57-patches.git voker57-patches cd voker57-patches
Add this repository as a remote to an existing local repository:
git remote add voker57-patches git://gitorious.org/~Voker57/rbot/voker57-patches.git git fetch voker57-patches git checkout -b my-local-tracking-branch voker57-patches/master_or_other_branch
comradep-rbot
-
Cloning this repository:
git clone git://gitorious.org/~comradep/rbot/comradep-rbot.git comradep-rbot cd comradep-rbot
Add this repository as a remote to an existing local repository:
git remote add comradep-rbot git://gitorious.org/~comradep/rbot/comradep-rbot.git git fetch comradep-rbot git checkout -b my-local-tracking-branch comradep-rbot/master_or_other_branch
vdz-mainline
-
Cloning this repository:
git clone git://gitorious.org/~revnja/rbot/vdz-mainline.git vdz-mainline cd vdz-mainline
Add this repository as a remote to an existing local repository:
git remote add vdz-mainline git://gitorious.org/~revnja/rbot/vdz-mainline.git git fetch vdz-mainline git checkout -b my-local-tracking-branch vdz-mainline/master_or_other_branch

