Repositories
boron
-
Cloning this repository:
git clone git://gitorious.org/boron/boron.git boron cd boron
Add this repository as a remote to an existing local repository:
git remote add boron git://gitorious.org/boron/boron.git git fetch boron git checkout -b my-local-tracking-branch boron/master_or_other_branch
earl-boron
-
Cloning this repository:
git clone git://gitorious.org/~earl/boron/earl-boron.git earl-boron cd earl-boron
Add this repository as a remote to an existing local repository:
git remote add earl-boron git://gitorious.org/~earl/boron/earl-boron.git git fetch earl-boron git checkout -b my-local-tracking-branch earl-boron/master_or_other_branch
peterwawood-boron
-
Cloning this repository:
git clone git://gitorious.org/~peterwawood/boron/peterwawood-boron.git peterwawood-boron cd peterwawood-boron
Add this repository as a remote to an existing local repository:
git remote add peterwawood-boron git://gitorious.org/~peterwawood/boron/peterwawood-boron.git git fetch peterwawood-boron git checkout -b my-local-tracking-branch peterwawood-boron/master_or_other_branch

