Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/postmaster/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/postmaster/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
cxx-rewrite
An experimental version of this code that has been written in C++.
-
Cloning this repository:
git clone git://gitorious.org/postmaster/cxx-rewrite.git cxx-rewrite cd cxx-rewrite
Add this repository as a remote to an existing local repository:
git remote add cxx-rewrite git://gitorious.org/postmaster/cxx-rewrite.git git fetch cxx-rewrite git checkout -b my-local-tracking-branch cxx-rewrite/master_or_other_branch

