Merge Request

A merge request allows you to combine code from different branches into one. The ability to merge is one of the most important skills in the entire IT sphere.

Creation

If the code on the dev branch is in good shape, it can be merged into main. First, you need to create a merge request. To do this, find the plus sign and select "New merge request". Choose dev as the source branch and click "Compare branches and continue".

../../_images/merge_create.gif

Merging

Now, review whether the code is ready for merging, and then select "Merge".

../../_images/mergimine.gif