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

后端 未结 9 2583
花落未央
花落未央 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:24

    I've created a tool recently that does exactly what you want:

    https://github.com/jd/git-pull-request

    It automates everything in a single command, forking the repo, pushing the PR etc. It also supports updating the PR if you need to edit/fix it!

提交回复
热议问题