The process of performing a Pull request in GitLab

如果此时再次提交一个请求,则会报错:The form contains the following error: Validate branches Another open merge request already exists for this source branch: !6989

1. Refer to Creating Merge requests: https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html

2. Enter the project, select Merge requests in the left menu, and then select New Merge request in the upper right corner. as shown in Figure 1

进入 Project,在左侧菜单中选择 Merge requests,然后选择右上角的 New merge request
Figure 1

3. Select Source Branch, for your current branch: feature/theme-store-wangqiang, select target Branch, for the target branch that is expected to be merged: feature/theme-store, and finally click compare branches and continue. as shown in Figure 2

选择 Source branch,为自己的当前分支:feature/theme-store-wangqiang,选择 Target branch,为期望合并至的目标分支:feature/theme-store,最后点击 Compare branches and continue
Figure 2

4. In the form page, edit title and description, reviewer, and then click Submit merge request. as shown in Figure 3

在表单页面中,编辑 Title 与 Description、Reviewer,然后点击 Submit merge request
Figure 3

5. The final result page, as shown in Figure 4

最终结果页面
Figure 4

6. If you submit a request again at this time, an error will be reported: Validate branches another open merge request already exists For this source branch: !6989 . as shown in Figure 5

如果此时再次提交一个请求,则会报错:The form contains the following error: Validate branches Another open merge request already exists for this source branch: !6989
Figure 5

7. You can turn off !6989 first. Then submit again. as shown in Figure 6

可以先将 !6989 给关闭掉。然后再次提交
Figure 6

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.