0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
command-line utility for BitBucket pull requests
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.6.2, ~> 1.6
>= 0.10.1, ~> 0.10
>= 10.3.2, ~> 10.3
>= 3.1.0, ~> 3.1
>= 0.26.1, ~> 0.26

Runtime

>= 2.4.2, ~> 2.4
>= 0.4.7, ~> 0.4
>= 0.19.1, ~> 0.19
 Project Readme

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