This is a script to allow quick gitlab merge requests on the cli.
If you create a new branch, commit it, and then run gitlab-mr my new merge request
, then a merge request will be created on the appropriate project from the current branch into the develop branch, with title "my new merge request".
There are additional command line options to specify a markdown description, using cat and Ctrl+D to enter the input.