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 createUsing 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-dashOnce 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