Repositories
geocouch
Main repository
-
Cloning this repository:
git clone git://gitorious.org/geocouch/geocouch.git geocouch cd geocouch
Add this repository as a remote to an existing local repository:
git remote add geocouch git://gitorious.org/geocouch/geocouch.git git fetch geocouch git checkout -b my-local-tracking-branch geocouch/master_or_other_branch
couchdbkit-geocouch
hacking around geocouch using couchdbkit.
-
Cloning this repository:
git clone git://gitorious.org/~benoitc/geocouch/couchdbkit-geocouch.git couchdbkit-geocouch cd couchdbkit-geocouch
Add this repository as a remote to an existing local repository:
git remote add couchdbkit-geocouch git://gitorious.org/~benoitc/geocouch/couchdbkit-geocouch.git git fetch couchdbkit-geocouch git checkout -b my-local-tracking-branch couchdbkit-geocouch/master_or_other_branch
mdavid-geocouch-clone
-
Cloning this repository:
git clone git://gitorious.org/~mdavid/geocouch/mdavid-geocouch-clone.git mdavid-geocouch-clone cd mdavid-geocouch-clone
Add this repository as a remote to an existing local repository:
git remote add mdavid-geocouch-clone git://gitorious.org/~mdavid/geocouch/mdavid-geocouch-clone.git git fetch mdavid-geocouch-clone git checkout -b my-local-tracking-branch mdavid-geocouch-clone/master_or_other_branch
tapple-geocouch
-
Cloning this repository:
git clone git://gitorious.org/~tapple/geocouch/tapple-geocouch.git tapple-geocouch cd tapple-geocouch
Add this repository as a remote to an existing local repository:
git remote add tapple-geocouch git://gitorious.org/~tapple/geocouch/tapple-geocouch.git git fetch tapple-geocouch git checkout -b my-local-tracking-branch tapple-geocouch/master_or_other_branch
static-geocouch
-
Cloning this repository:
git clone git://gitorious.org/~static/geocouch/static-geocouch.git static-geocouch cd static-geocouch
Add this repository as a remote to an existing local repository:
git remote add static-geocouch git://gitorious.org/~static/geocouch/static-geocouch.git git fetch static-geocouch git checkout -b my-local-tracking-branch static-geocouch/master_or_other_branch

