test
test
test
test
Cloning this repository:
git clone git://git.rodeolab.org/test/test.git test cd test
Add this repository as a remote to an existing local repository:
git remote add test git://git.rodeolab.org/test/test.git git fetch test git checkout -b my-local-tracking-branch test/master_or_other_branch
