What is git?

Git basics - What is Git? 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 a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows. Previously --- 1. Linux was used bit-keeper after that Linux stated the git 2. Git stores a snapshot of the entire projects. If some files have no changes, git does not store them again. Creator Linus Torvalds (Linux creator) Developer(s) Junio Hamano and others[ Initial release 7 April 2005; 14 years ago 0.99 Stable release 2.22.0 / 7 June 2019; 12 days ago Written in C, Shell, Perl, Tcl, Python Operating syste