GitHub CLI

GitHub CLI commands for managing repositories, issues, and pull requests

19 commands
Search & Copy
Save Favorites
19
Total Commands
100%
Free Access
Lightning Fast

Available Commands

Click on any command to copy it instantly

19 commands available
19 of 19
github-cli

Install GitHub CLI

Install GitHub CLI tool

brew install gh
github
cli
install
github-cli

Authenticate

Authenticate with GitHub

gh auth login
github
auth
login
github-cli

Repository Management

Manage repositories

gh repo create my-repo
github
repo
create
github-cli

Issue Management

Manage GitHub issues

gh issue create
github
issue
create
github-cli

Pull Request Management

Manage pull requests

gh pr create
github
pr
create
github-cli

GitHub Actions

Manage GitHub Actions workflows

gh workflow list
github
actions
workflow
github-cli

Release Management

Manage releases

gh release create v1.0.0
github
release
create
github-cli

Gist Management

Manage GitHub Gists

gh gist create file.txt
github
gist
create
github-cli

Search GitHub

Search repositories and code

gh search repos "react hooks"
github
search
repos
github-cli

Open in Browser

Open repository in browser

gh browse
github
browse
browser
github-cli

Configuration

Configure GitHub CLI

gh config set editor vim
github
config
settings
github-cli

Command Aliases

Create command aliases

gh alias set co checkout
github
alias
shortcuts
github-cli

SSH Key Management

Manage SSH keys

gh ssh-key add ~/.ssh/id_rsa.pub
github
ssh
keys
github-cli

Secrets Management

Manage repository secrets

gh secret set API_KEY
github
secret
env
github-cli

Notifications

Manage notifications

gh notification list
github
notification
alerts
github-cli

Project Management

Manage GitHub projects

gh project list
github
project
management
github-cli

Team Management

Manage teams and members

gh team list
github
team
members
github-cli

GitHub API

Make GitHub API calls

gh api /user
github
api
rest
github-cli

Extensions

Manage GitHub CLI extensions

gh extension install owner/extension
github
extension
plugins

Missing a command?

Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!