GitHub CLI
Summary
How to submit a pull request request through the GitHub CLI
Prerequisites
- Install the CLI through https://github.com/cli/cli#installation
Steps
When you are ready to submit a pull request, run gh pr create
to create PR request with information from commit message. For other parameters, see https://cli.github.com/manual/gh_pr_create
Backlinks