Repositories
generator
projecst wich is generating modules
-
Cloning this repository:
git clone git://gitorious.org/php-wrapper/generator.git generator cd generator
Add this repository as a remote to an existing local repository:
git remote add generator git://gitorious.org/php-wrapper/generator.git git fetch generator git checkout -b my-local-tracking-branch generator/master_or_other_branch
platform
wrapper platform
-
Cloning this repository:
git clone git://gitorious.org/php-wrapper/platform.git platform cd platform
Add this repository as a remote to an existing local repository:
git remote add platform git://gitorious.org/php-wrapper/platform.git git fetch platform git checkout -b my-local-tracking-branch platform/master_or_other_branch

