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

