Beginner
Git & Version Control
Q29 / 100
What is a "pull request" (PR) or "merge request" (MR)?
Correct! Well done.
Incorrect.
The correct answer is B) A proposal to merge changes from one branch (often a feature branch) into another (often the main branch), allowing for review and discussion before merging
B
Correct Answer
A proposal to merge changes from one branch (often a feature branch) into another (often the main branch), allowing for review and discussion before merging
Explanation
PRs/MRs are a feature of hosting platforms (not Git itself) that let team members review, comment on, and discuss proposed changes before they are merged into a target branch.
Progress
29/100