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

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

    I'm using simple alias to create pull request,

    alias pr='open -n -a "Google Chrome" --args "https://github.com/user/repo/compare/pre-master...nawarkhede:$(git_current_branch)\?expand\=1"'
    

提交回复
热议问题