Repositories
mirror
This git repository is a mirror of http://svn.python.org/projects/python
-
Cloning this repository:
git clone git://gitorious.org/python_lang/mirror.git mirror cd mirror
Add this repository as a remote to an existing local repository:
git remote add mirror git://gitorious.org/python_lang/mirror.git git fetch mirror git checkout -b my-local-tracking-branch mirror/master_or_other_branch
hongbins-mirror
-
Cloning this repository:
git clone git://gitorious.org/~hongbin/python_lang/hongbins-mirror.git hongbins-mirror cd hongbins-mirror
Add this repository as a remote to an existing local repository:
git remote add hongbins-mirror git://gitorious.org/~hongbin/python_lang/hongbins-mirror.git git fetch hongbins-mirror git checkout -b my-local-tracking-branch hongbins-mirror/master_or_other_branch
cj-qnxnto
-
Cloning this repository:
git clone git://gitorious.org/~zougloub/python_lang/cj-qnxnto.git cj-qnxnto cd cj-qnxnto
Add this repository as a remote to an existing local repository:
git remote add cj-qnxnto git://gitorious.org/~zougloub/python_lang/cj-qnxnto.git git fetch cj-qnxnto git checkout -b my-local-tracking-branch cj-qnxnto/master_or_other_branch
gavries-mirror
-
Cloning this repository:
git clone git://gitorious.org/~gavrie/python_lang/gavries-mirror.git gavries-mirror cd gavries-mirror
Add this repository as a remote to an existing local repository:
git remote add gavries-mirror git://gitorious.org/~gavrie/python_lang/gavries-mirror.git git fetch gavries-mirror git checkout -b my-local-tracking-branch gavries-mirror/master_or_other_branch

