Repositories
python
Shorty for Python
-
Cloning this repository:
git clone git://gitorious.org/shorty/python.git python cd python
Add this repository as a remote to an existing local repository:
git remote add python git://gitorious.org/shorty/python.git git fetch python git checkout -b my-local-tracking-branch python/master_or_other_branch

