gh

GitHub's official command-line tool for interacting with repositories

brewmacoslinux
Try with needOr install directly
Source

About

GitHub command-line tool

Commands

gh

Examples

Clone a GitHub repository$ gh repo clone owner/repo
Create a pull request from the command line$ gh pr create --title 'Fix bug' --body 'Fixes #123'
View issues in the current repository$ gh issue list