-
Notifications
You must be signed in to change notification settings - Fork 0
/
text_man
61 lines (41 loc) · 1.47 KB
/
text_man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
gh(1) User commands gh(1)
NAME
gh - A minimal alternative to GitHub CLI.
DESCRIPTION
gh is a CLI that works as an interface to github.com. It requires a browser for that and right now only Firefox is supported.
SYNOPSIS
gh [COMMANDS] [OPTIONS]
COMMANDS
gh-help
Prints help.
gh-repo
Open the repository page. When no option is provided, this command is used by default.
gh-pulls
Open the pull request page of the current repository.
gh-newpr
Open a pull request for the current repository.
GH-PULLS OPTIONS
--open Only list open pull requests.
--closed
Only list closed pull requests.
--author=<value>
Filter pull requests by author. `@me` works as an alis to your Github username.
--to-review
Filter pull requests awaiting review from you.
GH-NEWPR OPTIONS
--dest-src=<dest_branch>...<src_branch>
Select the destination branch and the source branch.
--template=<value>
Select the template to be used in the PR description.
--title=<value>
Define the PR title.
--assignees=<value1>,<value2>,<valueN>
Define the PR assignees.
--labels=<value1>,<value2>,valueN>
Define the PR labels.
FILES
~/.local/bin/gh
~/.local/man/man1/gh.1.gz
AUTHOR
Gustavo Ribeiro ([email protected])
0.1.0 07 Mar 2024 gh(1)