Git

Distributed version control system for source code.

Git is a distributed version control system that tracks changes to files (usually source code). It enables parallel development through branches, merging changes, reverting to earlier versions, and team collaboration. Git is the de facto standard in software development.

Related Terms