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

