Git

A version control system for tracking changes in source code.

Git is a distributed version control system used to manage and track changes in code during software development. It allows multiple developers to work on the same project without overwriting each other’s changes. Git also keeps a history of all changes, making it easy to revert to previous versions if needed. For example, Git is commonly used to collaborate on open-source projects hosted on platforms like GitHub.