Collaborative software with git

Comparing #1 with #2

Revision #2 was created by Luis Lobo Borobia Luis Lobo Borobia on Feb 23, 2012, 4:18:33 PM.

missing letter

Content

Git basics ... -------------- The most difficult thing in big project, is to manage conflicts with files modified by others users. Git can do this work for us.
I can create a project on my local computer

$ git init

I can add files to it
[...]