๐พ My top 8 GitHub CLI (gh) commands to boost your productivity. ๐งต
Distilled from my blog post earlier this week, link at the end.
1. `gh browse`
Opens web pages related to the current repo, like:
* `gh browse` - opens the repo page.
* `gh browse <number>` - opens the issue or PR with a given number.
* `gh browse <path>` - opens the code browser at that path.
Use `gh browse .` to open the current directory.