Git Introduction


On this page

Introduction

Needless to say, Git is the best version control system in the world.

Git is free and open-source software shared under the GPL-2.0-only license.

Git was originally created by Linus Torvalds for version control in the development of the Linux kernel. The trademark "Git" is registered by the Software Freedom Conservancy, marking its official recognition and continued evolution in the open-source community.

Today, Git is the de facto standard version control system. It is the most popular distributed version control system, with nearly 95% of developers reporting it as their primary version control system as of 2022. It is the most widely used source-code management tool among professional developers. There are offerings of Git repository services, including GitHub, SourceForge, Bitbucket and GitLab.