Using gh
The gh
CLI can be very helpful in day to day operations.
Creating a pull request
Check out whatever repository you want. Do your changes and commit them. Open the pull request via:
gh pr create
Using gh-dash
gh-dash
is a plugin for the gh
cli. It allows you to quickly interact with any PRs that nede your attention via your terminal. It can be installed via the following command:
gh extension install dlvhdr/gh-dash
Once installed you can use it via gh dash
. Have a look at the reference below to figure out the keybindings.
Reference: https://dlvhdr.github.io/gh-dash