Exam GitHub-Foundations Topic 3 Question 61 Discussion
Actual exam question for GitHub's GitHub-Foundations exam
Question #: 61
Topic #: 3
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
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).