This is a command to set the authentication protocol on Github. I'm curious about what the flag means.
Asked
Active
Viewed 249 times
1 Answers
0
From the API docs for gh config set
: https://cli.github.com/manual/gh_config_set
Options
-h, --host string Set per-host setting
It means that key-value setting will only be applied on that particular host (ex. "github.com").

Gino Mempin
- 25,369
- 29
- 96
- 135