HUB-CHECKOUT(1) | Hub Manual | HUB-CHECKOUT(1) |
hub-checkout - Check out the head of a pull request as a local branch.
hub checkout PULLREQ-URL [BRANCH]
$ hub checkout https://github.com/jingweno/gh/pull/73 > git fetch origin pull/73/head:jingweno-feature > git checkout jingweno-feature
March 2019 | GITHUB |