GitHub CLL
Install
brew install ghConfiguration
# authenticate with your GitHub account
# Alternatively, gh will respect the GITHUB_TOKEN environment variable
gh auth login
# GitHub Enterprise
gh auth login --hostname <hostname>
# verify
gh auth status# Print a list of configuration keys and values
gh config list [flags]
# rint the value of a given configuration key
gh config get <key> [flags]
# Update configuration with a value for the given key
gh config set editor "code --wait"Usage
repos
alias
Miscellaneous
Extensions
Recommended Extensions
Last updated