Git

Edit · View history

Git

Git is a distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It was created by Linus Torvalds in 2005 for the development of the Linux kernel. Git is now the most widely used version control system in software development, with services like GitHub, GitLab, and Bitbucket providing hosting and collaboration features.

History

Git was developed after the Linux kernel community lost access to the proprietary version control system BitKeeper. Linus Torvalds sought a free, open-source replacement and designed Git with performance, data integrity, and support for distributed, non-linear workflows in mind. The first version was released on April 7, 2005. Within months, Git was adopted for the Linux kernel development and quickly gained popularity in the broader open-source community. Junio Hamano became the maintainer shortly after the initial release and remains the project lead.

Features

See also

External links