gh-pr: add examples for edit subcommand (#5359)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user