1GH-CONFIG(1) GitHub CLI manual GH-CONFIG(1)
2
3
4
6 gh-config - Manage configuration for gh
7
8
9
11 gh config <command> [flags]
12
13
14
16 Display or change configuration settings for gh.
17
18
19 Current respected settings: - git_protocol: the protocol to use for git
20 clone and push operations (default: "https") - editor: the text editor
21 program to use for authoring text - prompt: toggle interactive promptā
22 ing in the terminal (default: "enabled") - pager: the terminal pager
23 program to send standard output to - http_unix_socket: the path to a
24 Unix socket through which to make an HTTP connection - browser: the web
25 browser to use for opening URLs
26
27
28
30 gh-config-clear-cache(1)
31 Clear the cli cache
32
33
34 gh-config-get(1)
35 Print the value of a given configuration key
36
37
38 gh-config-list(1)
39 Print a list of configuration keys and values
40
41
42 gh-config-set(1)
43 Update configuration with a value for the given key
44
45
46
48 gh(1)
49
50
51
52 Oct 2023 GH-CONFIG(1)