1GH-CONFIG-GET(1) GitHub CLI manual GH-CONFIG-GET(1)
23
4
NAME
6gh-config-get - Print the value of a given configuration key
78
9
SYNOPSIS
11gh config get <key> [flags]
1213
14
OPTIONS
16-h, --host <string>
17Get per-host setting
1819
20
EXAMPLE
22$ gh config get git_protocol
23https
2425
26
27
28
SEE ALSO
30gh-config(1)
3132
33
34
Jun 2022 GH-CONFIG-GET(1)