Difference between #1 and #2 of
How to: use github for download yii, create new app, and store our modules or extensions.

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

t
uo update our extension. Also, we can delete module or extensions and just clone ithem.
8 0
4 followers
Viewed: 22 002 times
Version: 1.1
Category: How-tos
Tags: git, github
Written by: sensorario
Last updated by: Maurizio Domba Cerin
Created on: Jun 20, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history