GitHub's official command-line tool for interacting with repositories
GitHub command-line tool
gh
$ gh repo clone owner/repo
$ gh pr create --title 'Fix bug' --body 'Fixes #123'
$ gh issue list