Repositories
trajan
The main development repos
-
Cloning this repository:
git clone git://gitorious.org/trajan/trajan.git trajan cd trajan
Add this repository as a remote to an existing local repository:
git remote add trajan git://gitorious.org/trajan/trajan.git git fetch trajan git checkout -b my-local-tracking-branch trajan/master_or_other_branch

