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

Task Command
Clone a repo gh repo clone OWNER/REPO
Create a pull request gh pr create
View a pull request gh pr view --web
List issues gh issue list
Create a release gh release create v1.0.0