gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
gh is GitHub on the command line. 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 install gh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gh
To see what files were installed by gh, run:
port contents gh
To later upgrade gh, run:
sudo port selfupdate && sudo port upgrade gh
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.