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

