Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

GitHub CLI

GitHub CLI brings GitHub workflows to your terminal.

Install

brew install gh

Authentication

gh auth login
gh auth status

Common commands

TaskCommand
Clone a repogh repo clone OWNER/REPO
Create a pull requestgh pr create
View a pull requestgh pr view --web
List issuesgh issue list
Create a releasegh release create v1.0.0