Skip to content

Creating Merge Requests in GitLab

Merge requests allow collaborators to review and merge changes into target branches.

  1. Push your branch to GitLab.
  2. Navigate to your project and go to Merge Requests.
  3. Click New merge request.
  4. Select source and target branches.
  5. Fill in the title, description, and assign reviewers.
  6. Click Submit merge request.
  • Link relevant issues with Closes #123 in the description.
  • Ensure your branch is up to date with the target branch.