Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/git-todo-py/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/git-todo-py/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
horcrux
-
Cloning this repository:
git clone git://gitorious.org/~nebajoth/git-todo-py/horcrux.git horcrux cd horcrux
Add this repository as a remote to an existing local repository:
git remote add horcrux git://gitorious.org/~nebajoth/git-todo-py/horcrux.git git fetch horcrux git checkout -b my-local-tracking-branch horcrux/master_or_other_branch

