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-get(1)
31 Print the value of a given configuration key
32
33
34 gh-config-list(1)
35 Print a list of configuration keys and values
36
37
38 gh-config-set(1)
39 Update configuration with a value for the given key
40
41
42
44 gh(1)
45
46
47
48 Jan 2023 GH-CONFIG(1)