Skip to content
bootstraponline edited this page Aug 18, 2016 · 1 revision

hub is a tool that allows you to directly clone pull requests.

  • brew install hub
  • eval "$(hub alias -s)" Add to ~/.bash_profile

Example:

  • git checkout https://github.com/google/EarlGrey/pull/223

Verify hub is installed:

$ git version
git version 2.9.3
hub version 2.2.5

Clone this wiki locally