-1

This is a command to set the authentication protocol on Github. I'm curious about what the flag means.

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

1 Answers1

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