Is it possible to create merge requests in pure Git from the command line?

后端 未结 4 626
闹比i
闹比i 2020-12-13 03:42

I\'m using a behind-firewall install of Gitorious.

I can go into the web application and create a pull request from a clone and target the master repo from which it

4条回答
  •  情话喂你
    2020-12-13 04:18

    There is no such thing as “merge request” in git itself. So, if this would be possible, it would require something specific to your git host.

提交回复
热议问题