Repositories
physgame
This is the main Mezzanine repository
-
Cloning this repository:
git clone git://gitorious.org/physgame/physgame.git physgame cd physgame
Add this repository as a remote to an existing local repository:
git remote add physgame git://gitorious.org/physgame/physgame.git git fetch physgame git checkout -b my-local-tracking-branch physgame/master_or_other_branch

