Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

GitHub Exam GitHub-Foundations Topic 4 Question 21 Discussion

Actual exam question for GitHub's GitHub-Foundations exam
Question #: 21
Topic #: 4
[All GitHub-Foundations Questions]

Pull requests can only be created between two branches that are:

Show Suggested Answer Hide Answer
Suggested Answer: D

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


Contribute your Thoughts:

Loren
2 hours ago
I think the answer is D) Different.
upvoted 0 times
...

Save Cancel