When sending PullRequests on GitHub, you can do it from the browser, but using the hub command makes it much easier.
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.