Git

noun (proper) /ɡɪt/

A distributed version control system that tracks changes in source code. Git allows multiple developers to collaborate on a codebase without overwriting each other's work.

"We use Git with a trunk-based development workflow — short-lived feature branches that merge to main daily."