diff --git a/pages/common/gh-pr.md b/pages/common/gh-pr.md index 371ad9628..848bce81c 100644 --- a/pages/common/gh-pr.md +++ b/pages/common/gh-pr.md @@ -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}}`