mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:15:27 +02:00
hub: add hub pr usage for checkout someone created pull-request (#3170)
This commit is contained in:
parent
dacfef89ac
commit
4b911f1315
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue