CLI for submitting Bitbucket pull requests
$ gem install pullrequest
$ pullrequest submit
You will be prompted to enter details for your pull request. The command will be shown before asking confirmation to execute it.
- Fork it ( https://github.com/zubin/pullrequest/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request