diff --git a/pages/common/hub.md b/pages/common/hub.md index e2b3905e4..110224ff8 100644 --- a/pages/common/hub.md +++ b/pages/common/hub.md @@ -24,6 +24,10 @@ `hub pull-request --no-edit` +- Create a new branch with the contents of a pull request and switch to it: + +`hub pr checkout {{pr_number}}` + - Upload the current (local-only) repository to your github account: `hub create`