Changes
Title
unchanged
How to: use github for download yii, create new app, and store our modules or extensions.
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
github, git
Content
changed
[...]
$ 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
tuo update our extension. Also, we can delete module or extensions and just clone
it
hem.