Which of the following is a benefit of using version control systems like Git?
Correct: B
Version control systems, like Git, are primarily used for tracking changes to source code, enabling collaboration among developers, and providing a history of modifications. Automated deployment is often integrated with version control, but not its core function. Real-time code execution and automatic code optimization are separate functionalities.