After pushing to a branch, gitlab sends you back a URL where you can create the merge request (MR). This broke my flow because I do all my development using command line tools.
So I created this tool that opens an MR off the branch I'm on. It opens up my favorite editor and asks me for a title and a description in the same way that git does for commits. It splits it in first line for title and the rest for the body.
It's very simple but I'm very happy with it. Now I extended it to list the open MRs, show the tickets in the current sprint, etc...
Nobody else in my company uses it tbh, but I don't care because it solves _my_ problem and I love it.
replies(1):