GitLab - Merge Requests



Description

Merge request can be used to interchange the code between other people that you have made to a project and discuss the changes with them easily.

Steps for Merging Request

Step 1 − Before creating new merging request, there should be a created branch in the GitLab. You can refer this chapter for creating the branch −

Step 2 − Login to your GitLab account and go to your project under Projects section −

GitLab Remove User

Step 3 − Click on the Merge Requests tab and then click on the New merge request button −

GitLab Merge Request

Step 4 − To merge the request, select the source branch and target branch from the dropdown and then click on the Compare branches and continue button as shown below −

GitLab Merge Request

Step 5 − You will see the title, description and other fields such as assigning user, setting milestone, labels, source branch name and target branch name and click on the Submit merge request button −

GitLab Merge Request

Step 6 − After submitting the merge request, you will get a new merge request screen as shown below −

GitLab Merge Request
Advertisements