What is the primary purpose of version control systems like Git?
A
Track and manage changes to source code over time
B
Encrypt sensitive data
C
Design user interfaces
D
Compile programs into executables
Correct Answer: Option A — Track and manage changes to source code over time
Explanation:
Version control systems like Git track and manage changes to source code over time, allowing multiple developers to collaborate efficiently....
Version control systems like Git track and manage changes to source code over time, allowing multiple developers to collaborate efficiently. They enable reverting to previous versions and merging changes from different contributors seamlessly.