Forrest logo
back to context overview

gh-pr

List of commands for gh-pr:

  • gh-pr:tldr:342b6 gh-pr: Approve the pull request for the current branch.
    $ gh pr review --approve
    try on your machine
    explain this command
  • gh-pr:tldr:643cb gh-pr: Edit a pull request interactively.
    $ gh pr edit
    try on your machine
    explain this command
  • gh-pr:tldr:73178 gh-pr: Edit the base branch of a pull request.
    $ gh pr edit --base ${branch_name}
    try on your machine
    explain this command
  • gh-pr:tldr:f541a gh-pr: View the changes made in the pull request for the current branch.
    $ gh pr diff
    try on your machine
    explain this command
back to context overview