
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 --drafttry on your machineexplain this command
-
gh-pr-create:tldr:a3e51 gh-pr-create: Start opening a pull request in the default web browser.$ gh pr create --webtry on your machineexplain 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 --filltry on your machineexplain 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 machineexplain this command