gh-pr: add examples for edit subcommand (#5359)

This commit is contained in:
Axel Navarro
2021-03-08 17:27:00 -03:00
committed by GitHub
parent 7b57b87145
commit cc5b716340

View File

@@ -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}}`