Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
40000 / day
50000 / day
3.5 page per visit
Domain Rating
Domain Authority
Citation Level
English, etc
Every Git clone is a full-fledged repository with complete history and full version-tracking capabilities, independent of network access or a central server.
Git allows and encourages you to have multiple local branches that can be entirely independent of each other. The creation, merging, and deletion of those lines of development takes seconds.
Git is designed to work on the Linux kernel, meaning it has to handle large repositories efficiently. Git is written in C, reducing the overhead of runtimes associated with higher-level languages.
The Git data model ensures the cryptographic integrity of every bit of your project. Every file and commit is checksummed and retrieved by its checksum when checked back out.
Git has a staging area, which is an intermediate area where commits can be formatted and reviewed before completing the commit.
Linus Torvalds
GNU General Public License version 2.0 (GPLv2)
https://github.com/git/git
Comprehensive documentation is available on the site, including a book, 'Pro Git', which is available for free online.
Git has a large and active community. There are numerous forums, IRC channels, and mailing lists for Git users.
Git integrates with a wide range of development tools and services, including GitHub, GitLab, and Bitbucket.
Security headers report is a very important part of user data protection. Learn more about http headers for git-scm.com