Exam GitHub-Foundations Topic 3 Question 61 Discussion

Actual exam question for GitHub's GitHub-Foundations exam
Question #: 61
Topic #: 3
Pull requests can only be created between two branches that are:

Suggested Answer: D Vote an answer

Pull requests are created to propose changes from one branch to another. These branches must bedifferent; otherwise, there would be no changes to propose. Typically, pull requests are made from a feature or topic branch to a main branch (such asmainormaster), allowing for code review and integration before the changes are merged.

by Tony at Jul 05, 2026, 07:07 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10