github-cli/install

Install GitHub CLI

Install GitHub CLI tool

github
cli
install

Command

brew install gh

Explanation

GitHub CLI brings GitHub to your terminal, allowing you to manage repositories, issues, and pull requests from the command line.

Examples

Install on macOS

brew install gh

Install on Ubuntu

sudo apt install gh

Install on Windows

winget install GitHub.cli