[GitHub] Making PullRequests Easier with the hub Command

Tadashi Shigeoka ·  Sat, March 30, 2013

When sending PullRequests on GitHub, you can do it from the browser, but using the hub command makes it much easier.

GitHub

First, install hub.

brew install hub

Usage is like this:

hub pull-request
hub pull-request -h myrepo:currentbranch

Not having to open a browser every time to send pull requests is quite convenient.

That’s all from the Gemba, where I want to do as many GitHub operations as possible from the CLI.