GIT - open PR with CLI
Install Tool “hub”
e.g. for ARCH Linux:
yay -S hub
SSH instead of git protocol
$ git config --global hub.protocol ssh
Open PR on Github
hub pull-request -o
-o
open PR in Browser afterwards
Links
- https://hub.github.com/
- https://hub.github.com/hub-pull-request.1.html