Wheelbarrow

Gem Version Code Climate Codeship Status for LuckyThirteen/wheelbarrow

Stories in Ready

About

Wheelbarrow is a command line utility for sending BitBucket pull requests.

Wheelbarrow demo

Installation

gem install wheelbarrow

Setup

You need to create an OAuth consumer in BitBucket.

When you invoke the command for the first time, it will:

  • ask for your OAuth consumer key
  • ask for your OAuth consumer secret
  • open the OAuth authorization page in the browser
  • ask for the OAuth verification code
  • save your OAuth creditentials in ~/.wheelbarrow/config.yml

Usage

Usage:
  git bb-pull-request

Options:
  -t, [--title=TITLE]                  # Pull request title
                                       # Default: [last commit message]
  -d, [--description=DESCRIPTION]      # Pull request description
  -b, [--target-branch=TARGET_BRANCH]  # Target branch for the pull request
                                       # Default: master

License

GNU GPL v3