
gh-config
List of commands for gh-config:
-
gh-config:tldr:00f7d gh-config: Set a specific configuration value.$ gh config set ${key} ${value}try on your machineexplain this command
-
gh-config:tldr:3c69e gh-config: Use `delta` in side-by-side mode as the default pager for all `gh` commands.$ gh config set pager '${delta --side-by-side}'try on your machineexplain this command
-
gh-config:tldr:507b2 gh-config: Set protocol to SSH.$ gh config set git_protocol ${ssh}try on your machineexplain this command
-
gh-config:tldr:5aff2 gh-config: Display what Git protocol is being used.$ gh config get git_protocoltry on your machineexplain this command
-
gh-config:tldr:cb4da gh-config: Set text editor to Vim.$ gh config set editor ${vim}try on your machineexplain this command
-
gh-config:tldr:d51da gh-config: Disable interactive prompts.$ gh config set prompt ${disabled}try on your machineexplain this command