- Install and execute to open a Github project in your browser from the command line
- Useful for command line git users e.g. to push changes and open up a PR
git push origin feature/mything && gh --pulls
- Must from within the root directory of a checked out repo
$ pip install gh
$ gh --help
$ cd your-repo-dir
$ gh --pulls
$ cd your-repo-dir
$ gh -r
--home Open the Home page (Default action)
-p, --pulls Open the Pull requests page
-b, --branches Open the Branches page
-s, --settings Open the Settings page
-r, --releases Open the Releases page
-t, --tags Open the Tags page
-c, --collaboration Open the Collaboration page
-w, --wiki Open the Wiki
-i, --issues Open the Issues page