Repositories
libgeouri
This will probably be rebased, reset and whatnot so you have been warned ;)
-
Cloning this repository:
git clone git://gitorious.org/libgeouri/libgeouri.git libgeouri cd libgeouri
Add this repository as a remote to an existing local repository:
git remote add libgeouri git://gitorious.org/libgeouri/libgeouri.git git fetch libgeouri git checkout -b my-local-tracking-branch libgeouri/master_or_other_branch
website
-
Cloning this repository:
git clone git://gitorious.org/libgeouri/website.git website cd website
Add this repository as a remote to an existing local repository:
git remote add website git://gitorious.org/libgeouri/website.git git fetch website git checkout -b my-local-tracking-branch website/master_or_other_branch

