Git is a tool to perform version control.

One major feature of Git is its distributed structure so that the developers can work with an offline copy of the code base.

Developers can use Git to manage their code versions over time. 
Changes made to the code will incrementally stack up to the existing code creating a new version.  

Comments