.nh .TH "GH-PR" "1" "Oct 2022" "" "GitHub CLI manual" .SH NAME .PP gh-pr - Manage pull requests .SH SYNOPSIS .PP \fB\fCgh pr [flags]\fR .SH DESCRIPTION .PP Work with GitHub pull requests. .SH COMMANDS .TP \fB\fCgh-pr-checkout(1)\fR Check out a pull request in git .TP \fB\fCgh-pr-checks(1)\fR Show CI status for a single pull request .TP \fB\fCgh-pr-close(1)\fR Close a pull request .TP \fB\fCgh-pr-comment(1)\fR Add a comment to a pull request .TP \fB\fCgh-pr-create(1)\fR Create a pull request .TP \fB\fCgh-pr-diff(1)\fR View changes in a pull request .TP \fB\fCgh-pr-edit(1)\fR Edit a pull request .TP \fB\fCgh-pr-list(1)\fR List pull requests in a repository .TP \fB\fCgh-pr-merge(1)\fR Merge a pull request .TP \fB\fCgh-pr-ready(1)\fR Mark a pull request as ready for review .TP \fB\fCgh-pr-reopen(1)\fR Reopen a pull request .TP \fB\fCgh-pr-review(1)\fR Add a review to a pull request .TP \fB\fCgh-pr-status(1)\fR Show status of relevant pull requests .TP \fB\fCgh-pr-view(1)\fR View a pull request .SH OPTIONS .TP \fB\fC-R\fR, \fB\fC--repo\fR \fB\fC<[HOST/]OWNER/REPO>\fR Select another repository using the [HOST/]OWNER/REPO format .SH EXAMPLE .PP .RS .nf $ gh pr checkout 353 $ gh pr create --fill $ gh pr view --web .fi .RE .SH SEE ALSO .PP \fB\fCgh(1)\fR