GIT - open PR with CLI

less than 1 minute read

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

  • https://hub.github.com/
  • https://hub.github.com/hub-pull-request.1.html

Tags: , ,

Categories:

Updated: