Revision #2                                    has been created by  Maurizio Domba Cerin                                    on Jun 20, 2012, 9:07:11 PM with the memo:
 Maurizio Domba Cerin                                    on Jun 20, 2012, 9:07:11 PM with the memo:
                                
                                
                                    fixing few typos                                
                                                                    « previous (#1)                                                                                            
                            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.