FreeBSD Manual Pages
gh(1)Aug(2020) gh(1)Aug(2020) Auto generated by spf13/cobra NAME gh-pr-create - Create a pull request SYNOPSIS gh pr create [flags] DESCRIPTION Create a pull request OPTIONS -a, --assignee=[] Assign people by their login -B, --base="" The branch into which you want your code merged -b, --body="" Supply a body. Will prompt for one otherwise. -d, --draft[=false] Mark pull request as a draft -f, --fill[=false] Do not prompt for title/body and just use com- mit info -l, --label=[] Add labels by name -m, --milestone="" Add the pull request to a milestone by name -p, --project=[] Add the pull request to projects by name -r, --reviewer=[] Request reviews from people by their login -t, --title="" Supply a title. Will prompt for one otherwise. -w, --web[=false] Open the web browser to create a pull request OPTIONS INHERITED FROM PARENT COMMANDS --help[=false] Show help for command -R, --repo="" Select another repository using the OWNER/REPO for- mat EXAMPLE $ gh pr create --title "The bug is fixed" --body "Everything works again" $ gh issue create --label "bug,help wanted" $ gh issue create --label bug --label "help wanted" $ gh pr create --reviewer monalisa,hubot $ gh pr create --project "Roadmap" $ gh pr create --base develop SEE ALSO gh-pr(1) HISTORY 31-Aug-2020 Auto generated by spf13/cobra gh(1)Aug(2020)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPTIONS INHERITED FROM PARENT COMMANDS | EXAMPLE | SEE ALSO | HISTORY
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gh-pr-create&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>