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 [command] [subcommand] --help
gh issue [status, list, view, create]gh pr [status, list, view, checkout, create]gh repo [clone, create, fork, view]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.