Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 464 Bytes

File metadata and controls

26 lines (19 loc) · 464 Bytes

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