logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GH Config - Change GitHub CLI Settings | Online Free DevTools by Hexmos

Change GitHub CLI configuration with gh config. Manage git protocol, set text editor, disable prompts, and customize settings. Free online tool, no registration required.

gh-config

Change configuration for GitHub cli. More information: https://cli.github.com/manual/gh_config.

  • Display what Git protocol is being used:

gh config get git_protocol

  • Set protocol to SSH:

gh config set git_protocol {{ssh}}

  • Use delta in side-by-side mode as the default pager for all gh commands:

gh config set pager '{{delta --side-by-side}}'

  • Set text editor to Vim:

gh config set editor {{vim}}

  • Reset to default text editor:

gh config set editor ""

  • Disable interactive prompts:

gh config set prompt {{disabled}}

  • Set a specific configuration value:

gh config set {{key}} {{value}}

See Also