Basics (1/9)
What is Git?
    Git is a distributed version control system (DVCS) used to track changes in source code during software development. It allows multiple developers to collaborate, maintain version history, and manage code efficiently.