Repositories
mainline
Repository containing upstream source code
-
Cloning this repository:
git clone git://gitorious.org/frogr/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/frogr/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
csaavedras-clone
-
Cloning this repository:
git clone git://gitorious.org/~csaavedra/frogr/csaavedras-clone.git csaavedras-clone cd csaavedras-clone
Add this repository as a remote to an existing local repository:
git remote add csaavedras-clone git://gitorious.org/~csaavedra/frogr/csaavedras-clone.git git fetch csaavedras-clone git checkout -b my-local-tracking-branch csaavedras-clone/master_or_other_branch
jrochas-frogr
-
Cloning this repository:
git clone git://gitorious.org/~jrocha/frogr/jrochas-frogr.git jrochas-frogr cd jrochas-frogr
Add this repository as a remote to an existing local repository:
git remote add jrochas-frogr git://gitorious.org/~jrocha/frogr/jrochas-frogr.git git fetch jrochas-frogr git checkout -b my-local-tracking-branch jrochas-frogr/master_or_other_branch
en_gb
-
Cloning this repository:
git clone git://gitorious.org/~pwithnall/frogr/en_gb.git en_gb cd en_gb
Add this repository as a remote to an existing local repository:
git remote add en_gb git://gitorious.org/~pwithnall/frogr/en_gb.git git fetch en_gb git checkout -b my-local-tracking-branch en_gb/master_or_other_branch

