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

