Forrest logo
back to context overview

gh-pr-create

List of commands for gh-pr-create:

  • gh-pr-create:tldr:37988 gh-pr-create: Create a draft pull request.
    $ gh pr create --draft
    try on your machine
    explain this command
  • gh-pr-create:tldr:a3e51 gh-pr-create: Start opening a pull request in the default web browser.
    $ gh pr create --web
    try on your machine
    explain this command
  • gh-pr-create:tldr:af687 gh-pr-create: Create a pull request, determining the title and description from the commit messages of the current branch.
    $ gh pr create --fill
    try on your machine
    explain this command
  • gh-pr-create:tldr:cba9c gh-pr-create: Create a pull request specifying the base branch, title, and description.
    $ gh pr create --base ${base_branch} --title "${title}" --body "${body}"
    try on your machine
    explain this command
back to context overview