Can you issue pull requests from the command line on GitHub?

后端 未结 9 2600
花落未央
花落未央 2020-11-28 17:48

It seems like you have to interact with github.com to initiate a pull request. Is this so?

9条回答
  •  庸人自扰
    2020-11-28 18:44

    Git now ships with a subcommand 'git request-pull' [-p] []

    You can see the docs here

    You may find this useful but it is not exactly the same as GitHub's feature.

提交回复
热议问题