I have a branch called dev
which is up-to-date with the origin/dev
. I want to merge into the (protected) master
with the following command, but it doesn't push either create the merge request.
$ git push -o merge_request.create -o merge_request.target=master
Everything up-to-date
How to create a merge request from an already pushed commit from CLI?