Forrest logo
back to context overview

git-pr

List of commands for git-pr:

  • git-pr:tldr:0c7ea git-pr: Check out a specific pull request.
    $ git pr ${pr_number}
    try on your machine
    explain this command
  • git-pr:tldr:2702f git-pr: Check out a pull request from a specific remote.
    $ git pr ${pr_number} ${remote}
    try on your machine
    explain this command
  • git-pr:tldr:abc30 git-pr: Clean up old pull request branches.
    $ git pr clean
    try on your machine
    explain this command
back to context overview