Bitbucket: Send a pull request via command line?

前端 未结 4 1853
日久生厌
日久生厌 2020-12-07 17:50

I have to send a lot of pull requests, so I would rather use the bash command line than bitbucket\'s web interface.

Usage example: $ git-req username

4条回答
  •  余生分开走
    2020-12-07 17:58

    I wasn't too satisfied with the answers in this thread, so I created an package for it:

    https://www.npmjs.com/package/bitbucket-pr

    Instructions:

    npm i -g bitbucket-pr

    ... Go to folder where you want to create a pull request ...

    bitbucket-pr

提交回复
热议问题