What is Git?
Software EngineeringLast updated:
Distributed version control system for tracking code changes and enabling developer collaboration.
Git enables developers to work on separate branches, merge changes, and maintain complete project history. It's the foundation of modern software development workflows.