Provided by: hub_2.14.2~ds1-1build1_amd64 bug

NAME

       hub-checkout - 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)