![]() |
![]()
| ![]() |
![]()
NAMEgh-pr-checkout - Check out a pull request in git SYNOPSISgh pr checkout [<number> | <url> | <branch>] [flags] OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Interactively select a PR from the 10 most recent to check out $ gh pr checkout # Checkout a specific PR $ gh pr checkout 32 $ gh pr checkout https://github.com/OWNER/REPO/pull/32 $ gh pr checkout feature SEE ALSOgh-pr(1)
|