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

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

    I've used this tool before- although it seems like there needs to be an issue open first, it is super useful and really streamlines workflow if you use github issue tracking. git open-pull and then a pull request is submitted from whatever branch you are on or select. https://github.com/jehiah/git-open-pull

    EDIT: Looks like you can create issues on the fly, so this tool is a good solution.

提交回复
热议问题