Reputation: 33
On Coursera course Version Control with Git, I encountered a problem below:
Which one of these statements is true?
From my perspective, both 1 and 3 are correct.
Can someone point out which choice is correct, which are incorrect, and provide reasons?
Upvotes: 3
Views: 1146
Reputation: 23091
Your question is technically about Github, not Git. Git doesn't have pull requests.
Upvotes: 3
Reputation: 829
Third one statement is true. because we can create pull request without being merged and can be created without fork a repository. And we create a pull request for review the changes first then we're going to merge them into repository for which we created pull request.
Upvotes: 0