Scrum
PSD · Question #27
What is a merge in a version control system?
The correct answer is B. Combining two or more versions of code into a single codebase. Merging means combining two different versions of the code into one version.
Refactoring and Design
Question
What is a merge in a version control system?
Options
- AIdentifying a particular codebase as ready for distribution
- BCombining two or more versions of code into a single codebase
- CCopying a portion of a codebase to isolate it from the original codebase
- DTwo or more developers working together to ensure proper coding and configuration management
How the community answered
(29 responses)- A3% (1)
- B93% (27)
- C3% (1)
Explanation
Merging means combining two different versions of the code into one version.
Topics
#version control#merge#source control
Community Discussion
No community discussion yet for this question.