Git is a distributed version control system, created by Linus Torvalds.
Each work directory in Git is a repository with all its history. This allows complete manipulation of the versions, without the need for a network connection or a central repository.
It is very easy to create branches and merge code with Git, and this makes it an excellent version control system for distributed environments.

