Automatically open a pull request on github by command line

前端 未结 3 1640
执念已碎
执念已碎 2020-12-16 15:36

I\'m using git to versioning a collaborate project.

And I have two remotes. fork is a fork of an project, and origin

3条回答
  •  孤城傲影
    2020-12-16 16:03

    You should check out hub, a command line tool to interact with GitHub.

    Its README talks about making pull requests.

提交回复
热议问题