About 103,000,000 results
Open links in new tab
  1. Merge requests | GitLab Docs

    Learn the various ways to create a merge request. When you create a merge request, GitLab checks for the existence of a description template to add data to your merge request. GitLab checks these …

  2. How To Create A Merge Request In GitLab? - GeeksforGeeks

    Jul 23, 2025 · One of the core features of GitLab is the merge request (also known as a pull request in other version control platforms like GitHub). In this article, we will walk you through the process of …

  3. Creating merge requests - GitLab

    The GitLab UI offers several ways to create a merge request, and methods outside of the UI are also available: The command line, with the glab mr command, or Git commands combined with push …

  4. GitLab Merge Request | How to Create, Review & Approve Merge

    In this GitLab Merge Request tutorial, you’ll learn what a merge request is, how to create one, and how to review and approve code changes in GitLab.Merge Re...

  5. How to create a merge request in GitLab - graphite.com

    This guide explains how to create a merge request in GitLab with clear examples—covering branches, MR options, CLI, drafts, reviews, merging—and why true stacked merge requests are only supported …

  6. How to create a GitLab merge request via command line

    May 24, 2016 · We are working on integrating GitLab (enterprise edition) in our tooling, but one thing that is still on our wishlist is to create a merge request in GitLab via a command line (or batchfile or …

  7. A Developer's Guide to the GitLab Merge Request

    Dec 2, 2025 · It's where you formally propose to bring code changes from one branch into another, creating a single place for your team to review, discuss, and run automated checks before anything …

  8. How to Create a Merge Request in GitLab (Step-by-Step Guide)

    To create a merge request, follow these steps: 1. Go to the project’s Merge Requests page. 2. Click the New Merge Request button. 3. Enter a title and description for the merge request. 4. Select the …

  9. Create and merge GitLab merge requests | MPS Documentation

    Dec 5, 2025 · GitLab merge requests are used in open-source projects or in some corporate workflows to manage changes from contributors and to initiate code review before such changes are merged. …

  10. Creating merge requests - GitLab

    On the top bar, select Main menu > Projects and find your project. On the left menu, select Merge requests. In the upper right, select New merge request. Select a source and target branch and then …