From the course: Learning GitLab

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Creating a merge request

Creating a merge request - GitLab Tutorial

From the course: Learning GitLab

Creating a merge request

- [Instructor] Merge quests are really the fundamental collaboration feature of GitLab. It's a way of packaging up a set of changes and presenting them so that colleagues can review and comment. So let's create one in our changes branch. There are a couple ways to do this. First, you can do it directly from the web IDE if we had left that checkbox checked, but from the main per project page, we have a couple of options because we just push commits to the changes branch, we have the option here in this little popup to say, Create merge request. We can also create it by going over to merge requests and saying, Create merge request. This page also discuss a little bit about what merge requests are. Merge requests are a place to propose changes you've made to a project and discuss those changes with others. The interesting thing about merge requests or poll requests as are called in GitHub is that they actually aren't a…

Contents