Revision #2 has been created by Luis Lobo Borobia on Feb 23, 2012, 4:18:33 PM with the memo:
missing letter
« previous (#1) next (#3) »
Changes
Title
unchanged
Collaborative software with git
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
git, github, collaborative software, pull
Content
changed
Git basics ...
--------------
The most difficult thing in big project, is to manage conflicts with files modified by others users. Git ca
n do this work for us.
I can create a project on my local computer
$ git init
I can add files to it[...]