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

