gh is GitHub on the command line, and it’s now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
To view detail on any command, use gh help <command> <subcommand>
gh issue [status, list, view, create, close, reopen]gh pr [status, list, view, checkout, create, close, diff, merge, ready, reopen, review]gh repo [clone, create, fork, view]gh apigh alias [set, list, delete]gh config [get, set]gh help --help Show help for command
-R, --repo OWNER/REPO Select another repository using the OWNER/REPO format
--version Show gh version
gh is still under active development and we’d love to hear your feedback.