nerdexam
IBM

C1000-007 · Question #17

What is the purpose of using pull requests to manage changes to a git repository?

The correct answer is D. It keeps change sets small so that they can be completed and tested quickly. See the full explanation below for the reasoning.

Question

What is the purpose of using pull requests to manage changes to a git repository?

Options

  • AIt supports code review and enhances collaboration.
  • BIt is a faster way to update a repository than a direct push.
  • CIt prevents developers from making different changes to the same file.
  • DIt keeps change sets small so that they can be completed and tested quickly.

How the community answered

(43 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    12% (5)
  • D
    79% (34)

Community Discussion

No community discussion yet for this question.

Full C1000-007 Practice