1. hub-checkout(1)
  2. hub manual
  3. hub-checkout(1)

Check out the head of a pull request as a local branch.

Synopsis

hub checkout PULLREQ-URL [BRANCH]

Examples

$ hub checkout https://github.com/jingweno/gh/pull/73
> git fetch origin pull/73/head:jingweno-feature
> git checkout jingweno-feature

See also

hub-merge(1), hub-am(1), hub(1), git-checkout(1)