Git is a distributed version control system that allow to handle very large projects with efficiency and with minimal knowledge. The GIT system allows to clone a full repository with complete history and full revision tracking, it’s independent from network accessibility or central server. The branching and merging capabilities are extremely easy, and that’s why it’s becoming the new standard version control system.
Talks >