GitLab - Useful tips
Git
GitLab
CLI
Introduction
Here you’ll find tips to manage your GitLab repositories from the CLI
GitLab Merge Requests
Open a Merge Request
Important
In order to open a MR, your local repository must have at least one commit pending to push to the remote branch
Once all files are committed, launch the following command:
GitLab - Create MR
These are the minimum required options to create the merge request, but you can add others to complete its information:
GitLab - Additional MR fields