1
0
Fork 0
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:
Axel Navarro 2021-03-08 17:27:00 -03:00 committed by GitHub
parent 7b57b87145
commit cc5b716340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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