Pull request vs Merge request

前端 未结 6 1251
情深已故
情深已故 2020-11-30 15:54

What is the difference between a Pull request and a Merge request?

In GitHub, it\'s a Pull Request while in GitLab, for example, it\'s a Merge Request. So, is there a

6条回答
  •  南笙
    南笙 (楼主)
    2020-11-30 16:34

    In my point of view, they mean the same activity but from different perspectives:

    Think about that, Alice makes some commits on repository A, which was forked from Bob's repository B.

    When Alice wants to "merge" her changes into B, she actually wants Bob to "pull" these changes from A.

    Therefore, from Alice's point of view, it is a "merge request", while Bob views it as a "pull request".

提交回复
热议问题