Git
git-scm.comThe free and open source distributed version control system
Dev Toolsversion-controlopen-sourceclideveloper-toolssource-code-managementdistributed-vcs

About
Git is a distributed version control system used to track changes in source code during software development. It allows multiple developers to collaborate on projects, manage branches, and maintain a full history of changes. Git is the most widely used version control system in the world, with a rich ecosystem of tools, GUIs, and hosting services built around it.
Problem
Developers need a reliable way to track code changes, collaborate with teammates, and manage multiple versions of a codebase.
For
software developers and engineering teams
How it works
Git tracks snapshots of file changes locally in a repository, enabling branching, merging, and syncing with remote repositories via a command-line interface.
Business model
open-source
Status
launched