Related Question 2
In a version control system like Git, what does "branching" allow a developer to do?
-
A.
Combine two code files
-
B.
Work on separate features concurrently
-
C.
Prevent others from accessing the repository
-
D.
Automatically merge code changes
Correct Answer: B
Explanation:
Branching creates an isolated line of development for features or experiments.