Comparing
#1 with
#2
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
tuo update our extension. Also, we can delete module or extensions and just clone
it
hem.