1GH-PR(1) GitHub CLI manual GH-PR(1)
2
3
4
6 gh-pr - Manage pull requests
7
8
9
11 gh pr <command> [flags]
12
13
14
16 Work with GitHub pull requests.
17
18
19
21 gh-pr-checkout(1)
22 Check out a pull request in git
23
24
25 gh-pr-checks(1)
26 Show CI status for a single pull request
27
28
29 gh-pr-close(1)
30 Close a pull request
31
32
33 gh-pr-comment(1)
34 Add a comment to a pull request
35
36
37 gh-pr-create(1)
38 Create a pull request
39
40
41 gh-pr-diff(1)
42 View changes in a pull request
43
44
45 gh-pr-edit(1)
46 Edit a pull request
47
48
49 gh-pr-list(1)
50 List pull requests in a repository
51
52
53 gh-pr-merge(1)
54 Merge a pull request
55
56
57 gh-pr-ready(1)
58 Mark a pull request as ready for review
59
60
61 gh-pr-reopen(1)
62 Reopen a pull request
63
64
65 gh-pr-review(1)
66 Add a review to a pull request
67
68
69 gh-pr-status(1)
70 Show status of relevant pull requests
71
72
73 gh-pr-view(1)
74 View a pull request
75
76
77
79 -R, --repo <[HOST/]OWNER/REPO>
80 Select another repository using the [HOST/]OWNER/REPO format
81
82
83
85 $ gh pr checkout 353
86 $ gh pr create --fill
87 $ gh pr view --web
88
89
90
91
92
94 gh(1)
95
96
97
98 Jun 2022 GH-PR(1)