On Fri, Oct 23, 2020 at 09:51:31AM +0100, Daniel P. Berrangé wrote:
> Not commonly known is that GitLab also has support for Git push options,
> which let you create merge requests using a plain "git push":
> 
>   https://docs.gitlab.com/ee/user/project/push_options.html
> 
> eg if you have a remote called "gitlab", you can open a MR from the CLI
> using
> 
>  $ git push -o merge_request.create \
>             -o merge_request.title="Do awesome thing" \
>             gitlab my-branch
> 
> This is something that I could see being easily wired up into a
> "git-publish" like tool for example.

Nice, thanks for mentioning this GitLab feature.

Stefan

Attachment: signature.asc
Description: PGP signature

Reply via email to