Intermediate
Information Technology & Misc
Q58 / 100
What is the purpose of a "version control branch" in collaborative development?
Correct! Well done.
Incorrect.
The correct answer is A) To allow developers to work on changes in isolation from the main codebase before merging them back
A
Correct Answer
To allow developers to work on changes in isolation from the main codebase before merging them back
Explanation
A branch lets a developer experiment with or build a feature independently of the main codebase. Once the work is ready and tested, it can be merged back, reducing the risk of disrupting others' work.
Progress
58/100