Git is one of the Version Control Systems that have appeared over the time to make developers life easier. It's the last to arrive, although its youth in this case is a pro rather than a con. It has had the opportunity to meet deficiencies and defects of his predecessors ( Subversion mainly) and it has come just to make the tasks that were once complex now ridiculously easy. By the way, this is another great project of a guy known as Linus Torvalds , maybe you've heard of him. :-P Git is a free project, you can find the source code at GitHub to consult or to learn; most used programming language is C, so if you are interested in how people who most dominates this language write his code is a good idea to keep an eye on the repository. What is a Version Control System? We mentioned at the beginning of this article version control system but we don't have to give for known things maybe someone doesn't know, so what is a version control system?…