How to create a GitLab merge request via command line

后端 未结 9 1210
清酒与你
清酒与你 2020-12-13 23:49

We are working on integrating GitLab (enterprise edition) in our tooling, but one thing that is still on our wishlist is to create a merge request in GitLab via a command li

9条回答
  •  我在风中等你
    2020-12-14 00:34

    As of GitLab 11.10, if you're using git 2.10 or newer, you can automatically create a merge request from the command line like this:

    git push -o merge_request.create
    

    More information can be found in the docs.

提交回复
热议问题