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

