What is the primary purpose of Git?

  1. File compression
  2. Web server hosting
  3. Database management
  4. Distributed version control system

Explanation

Git is a distributed version control system that tracks changes in source code during software development. It allows multiple developers to collaborate efficiently and maintains a complete history of changes.