How to: use github for download yii, create new app, and store our modules or extensions.

Comparing #1 with #2

Revision #2 was created by Maurizio Domba Cerin Maurizio Domba Cerin on Jun 20, 2012, 9:07:11 PM.

fixing few typos

Content

[...]
$ git clone git@github.com:<my-user-name>/<my-repo-name>

Conclusions
===========

So, if we want, we can share our extensions and modules on github. And people can install them just
by cloning them. Remember to use tag so, ... you can checkout the right version of extensions.

If we have distributed applications, we can also just use
[...]
$ git pull origin master

t
uo update our extension. Also, we can delete module or extensions and just clone ithem.