🌐
GitHub
cli.github.com
GitHub CLI | Take GitHub to the command line
Contribute to CLI → · GitHub CLI brings GitHub to your terminal.
GitHub CLI Manual
GitHub CLI, or gh, is a command-line interface to GitHub for use in your terminal or your scripts.
Gh
Work seamlessly with GitHub from the command line
Gh auth login
For more information on OAuth scopes, see https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps/. ... # Start interactive setup $ gh auth login # Open a browser to authenticate and copy one-time OAuth code to clipboard $ gh auth login --web --clipboard # Authenticate ...
Gh repo create
Create a new GitHub repository · To create a repository interactively, use gh repo create with no arguments
🌐
GitHub
docs.github.com › en › github-cli › github-cli › quickstart
GitHub CLI quickstart - GitHub Docs
GitHub CLI is an open source tool for using GitHub from your computer's command line.
🌐
GitHub
docs.github.com › en › github-cli › github-cli › about-github-cli
About GitHub CLI - GitHub Docs
GitHub CLI is a command-line tool that brings pull requests, issues, GitHub Actions, and other GitHub features to your terminal, so you can do all your work in one place.
🌐
GitHub
github.com › cli › cli
GitHub - cli/cli: GitHub’s official command line tool
May 18, 2026 - GitHub’s official command line tool. Contribute to cli/cli development by creating an account on GitHub.
Starred by 45.3K users
Forked by 8.7K users
Languages   Go
🌐
GitHub
docs.github.com › en › github-cli
GitHub CLI documentation - GitHub Docs
GitHub CLI is a command-line tool that brings pull requests, issues, GitHub Actions, and other GitHub features to your terminal, so you can do all your work in one place.
🌐
freeCodeCamp
freecodecamp.org › news › how-to-use-github-from-the-command-line
What is the GitHub CLI? How to Use GitHub from the Command Line
September 26, 2025 - The GitHub CLI (Command Line Interface) is a powerful tool developed by GitHub that allows developers to interact with GitHub directly from the terminal. It provides a simple way to perform many GitHub tasks without leaving the command line ...
🌐
GitHub
cli.github.com › manual
Manual | GitHub CLI
GitHub CLI, or gh, is a command-line interface to GitHub for use in your terminal or your scripts.
🌐
GitHub
docs.github.com › en › github-cli › github-cli
GitHub CLI - GitHub Docs
GitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.
🌐
GeeksforGeeks
geeksforgeeks.org › git › what-is-github-cli
What is GitHub CLI? - GeeksforGeeks
January 19, 2026 - GitHub CLI is a command-line tool by GitHub that enables developers to manage and interact with GitHub features directly from the terminal.
Find elsewhere
🌐
GitHub
github.com › rhysd › gh-cli
GitHub - rhysd/gh-cli: GitHub’s official command line tool
For many years, hub was the unofficial GitHub CLI tool. gh is a new project that helps us explore what an official GitHub CLI tool can look like with a fundamentally different design. While both tools bring GitHub to the terminal, hub behaves as a proxy to git, and gh is a standalone tool.
Author   rhysd
🌐
DEV Community
dev.to › raulpenate › begginers-guide-installing-and-using-github-cli-30ka
🚀 Begginer's Guide: installing and using GitHub CLI 🛠️ - DEV Community
July 30, 2024 - GitHub CLI brings GitHub to your terminal. It allows you to clone, create, fork, and view repositories, as well as handle issues and pull requests with commands to list, create, view, and merge them.
🌐
LoginRadius
loginradius.com › home
GitHub CLI Tool ⚒
January 12, 2026 - The GitHub CLI is a recent GitHub released tool that takes tasks of issue / PR management to the terminal. It will be a useful tool that will put more of our workflow for software creation into the textual domain rather than the visual domain.
🌐
Codecademy
codecademy.com › article › github-cli-tutorial
GitHub CLI Tutorial: Complete Guide to gh Commands | Codecademy
Instead of opening GitHub in a browser, we can use gh commands to manage repositories, create pull requests, review issues, trigger workflows, and perform other operations without leaving the code environment. Key features of GitHub CLI include:
🌐
Nearform
nearform.com › digital-community › the-pragmatic-programmers-guide-to-github-cli
The Pragmatic Programmer’s Guide to Github CLI | Nearform
June 18, 2024 - USAGE gh <command> <subcommand> [flags] CORE COMMANDS auth: Authenticate gh and git with GitHub browse: Open the repository in the browser codespace: Connect to and manage codespaces gist: Manage gists issue: Manage issues org: Manage organizations ...
🌐
Microsoft
winget.run › pkg › GitHub › cli
Download and install GitHub CLI with winget
winget install -e --id GitHub.cli · gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. clicommand-linefossopen-sourcetoolutility · MIT License ·
🌐
GitHub
github.blog › home › news & insights › product › github cli 1.0 is now available
GitHub CLI 1.0 is now available - The GitHub Blog
May 14, 2021 - GitHub CLI brings GitHub to your terminal. It reduces context switching, helps you focus, and enables you to more easily script and create your own workflows. Earlier this year, we announced the beta of GitHub CLI.
🌐
GitHub
github.com › cli
GitHub CLI · GitHub
GitHub CLI has 10 repositories available. Follow their code on GitHub.
🌐
GitHub
github.blog › home › changelogs › read remote repository content with github cli
Read remote repository content with GitHub CLI - GitHub Changelog
June 17, 2026 - Explore repository content from your terminal without cloning by using two new commands: gh repo read-file and gh repo read-dir. What you can do Use gh repo read-file to read…
🌐
GitHub
github.com › larsks › ghcli
GitHub - larsks/ghcli: GitHub’s official command line tool
For many years, hub was the unofficial GitHub CLI tool. gh is a new project that helps us explore what an official GitHub CLI tool can look like with a fundamentally different design. While both tools bring GitHub to the terminal, hub behaves as a proxy to git, and gh is a standalone tool.
Author   larsks