GH-900 · Question #84
GH-900 Question #84: Real Exam Question with Answer & Explanation
The correct answer is B: Pull requests. {"question_number": 10, "question": "As a user, what feature can you use to merge proposed changes in a repository on GitHub?", "correct_answer": "B", "explanation": "Pull requests are GitHub's mechanism for proposing, reviewing, and merging changes from one branch into another.
Question
As a user, what feature can you use to merge proposed changes in a repository on GitHub?
Options
- AIssues
- BPull requests
- CProjects
- DDiscussions
Explanation
{"question_number": 10, "question": "As a user, what feature can you use to merge proposed changes in a repository on GitHub?", "correct_answer": "B", "explanation": "Pull requests are GitHub's mechanism for proposing, reviewing, and merging changes from one branch into another. They include code review tools, status checks, and a merge button. Issues (A) track bugs and tasks but cannot merge code. Projects (C) are for project management/planning. Discussions (D) are for community conversations. Only pull requests provide the workflow to review and merge code changes.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.