Creating pull requests in gitlab

后端 未结 3 559
日久生厌
日久生厌 2021-01-01 10:46

I have gitlab installation running, and I have a repository with library that I want to share with my friends, I can\'t understand what is the flow of sending pull request i

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-01 11:18

    As mentioned in "Development" and in this thread

    There is no forking in GitLab (at least until GitLab 5.2, May 2013 as mentioned by, and thanks to Angustus)
    because it's not meant to have that kind of functionality like GitHub.
    If you're using GitLab, presumably you're going to either own the repo or someone on your team, in which you would have access and can create a branch to work on a feature / whatever.

    If you create a branch, then you can submit a merge request where it can be reviewed by other people in the project (or whatever your workflow dictates), and accept the merge.

    Accepting merge request has been implementing in Issue 618:

    accept merge request

提交回复
热议问题