mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
gh-pr: add examples for edit subcommand (#5359)
This commit is contained in:
parent
7b57b87145
commit
cc5b716340
1 changed files with 8 additions and 0 deletions
|
@ -22,3 +22,11 @@
|
|||
- Merge the pull request associated with the current branch, removing the branch on both the local and the remote:
|
||||
|
||||
`gh pr merge`
|
||||
|
||||
- Edit a pull request interactively:
|
||||
|
||||
`gh pr edit`
|
||||
|
||||
- Edit the base branch of a pull request:
|
||||
|
||||
`gh pr edit --base {{branch_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue