What is the primary purpose of Git?
- File compression
- Web server hosting
- Database management
- 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.