Git is the most widely used version control system in the world today and is considered the modern standard for software development.
Create a "repository" project with a git hosting tool like Bitbucket• This makes the initial clone of the repository slower, but subsequent operations such as commit, blame, diff, merge, and log dramatically faster.
Git is flexible in several respects: in support for various kinds of nonlinear development workflows, in its efficiency in both small and large projects and in its compatibility with many existing systems and protocols.