|
NAMEgh-pr-create - Create a pull requestSYNOPSISgh pr create [flags]DESCRIPTIONCreate a pull request on GitHub.When the current branch isn't fully pushed to a git remote, a prompt will ask where to push the branch and offer an option to fork the base repository. Use --head to explicitly skip any forking or pushing behavior. A prompt will also ask for the title and the body of the pull request. Use --title and --body to skip this, or use --fill to autofill these values from git commits. Link an issue to the pull request by referencing the issue in the body of the pull request. If the body text mentions Fixes #123 or Closes #123, the referenced issue will automatically get closed when the pull request gets merged. By default, users with write access to the base repository can push new commits to the head branch of the pull request. Disable this with --no-maintainer-edit. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXAMPLE$ gh pr create --title "The bug is fixed" --body "Everything works again" $ gh pr create --reviewer monalisa,hubot --reviewer myorg/team-name $ gh pr create --project "Roadmap" $ gh pr create --base develop --head monalisa:feature SEE ALSOgh-pr(1)
Visit the GSP FreeBSD Man Page Interface. |