GH-PR-CREATE(1) GitHub CLI manual GH-PR-CREATE(1) (NAME) gh-pr-create - (SYNOPSIS) gh pr create [flags] (DESCRIPTION) . (URL) . push . . --head push . --head : . . : . --title --body --fill . --title / --body --fill --title / --body . (base) --base . gh-merge-base . . git config branch.{current}.gh-merge-base {base} . (issue) . Fixes #123 Closes #123 . --attach . . ![alt](./login.png) . . (Alt text) # --attach './login.png#The login error state'. . . . . . push . --no-maintainer-edit . (scope) project . gh auth refresh -s project . (OPTIONS) -a, --assignee (login). "@me" . --attach '#' -B, --base -b, --body -F, --body-file ( "-" ) -d, --draft (draft) --dry-run . push . -e, --editor . . -f, --fill --fill-first --fill-verbose -H, --head ( [ ]) -l, --label -m, --milestone --no-maintainer-edit -p, --project <?><?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?><?> <?><?> <?><?><?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?><?> --recover <string> <?><?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?> <?><?><?><?><?> <?><?><?><?><?><?> create -r, --reviewer <handle> <?><?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?> <?><?> <?><?><?> <?><?><?><?><?><?> <?><?><?><?><?> -T, --template <file> <?><?><?><?> <?><?><?><?> <?><?><?><?> <?><?><?><?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?> -t, --title <string> <?><?><?><?><?> <?><?><?><?> <?><?><?><?><?><?><?><?><?><?><?> -w, --web <?><?><?> <?><?><?><?> <?><?><?><?><?><?> <?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?><?> <?><?><?><?><?><?><?><?><?> <?><?> <?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?><?><?> (OPTIONS INHERITED FROM PARENT COMMANDS) -R, --repo <[HOST/]OWNER/REPO> <?><?><?><?><?><?> <?><?><?><?><?> <?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?> <?><?><?><?> [HOST/]OWNER/REPO <?><?><?><?><?><?><?> <?><?><?><?><?><?> (ALIASES) gh pr new <?><?><?><?><?> <?><?><?><?> (EXIT CODES) 0: <?><?><?><?><?> <?><?><?><?><?><?><?><?><?><?><?> 1: <?><?><?> 2: <?><?><?><?><?> <?><?><?> <?><?> 4: <?><?><?><?> <?><?> <?><?><?><?><?> <?><?><?><?> <?><?><?> <?><?><?><?>: <?><?><?><?><?><?><?> <?><?><?> <?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?> <?><?><?><?><?> <?><?><?><?><?>. <?><?><?><?> <?><?><?><?><?><?><?> <?><?><?><?><?> <?><?> <?><?><?><?><?><?><?> <?><?><?><?> <?><?><?><?><?> <?><?><?><?><?><?> <?><?><?><?>. <?><?><?><?><?><?><?> (EXAMPLES) $ 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 $ gh pr create --template "pull_request_template.md" $ gh pr create --attach './login.png#The login error state' $ gh pr create --attach ./before.png --attach ./after.png <?><?><?><?><?><?> <?><?><?><?><?><?> (SEE ALSO) gh-pr(1) Sep 2026 GH-PR-CREATE(1)