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

