Skip to content

Instantly share code, notes, and snippets.

@epcim
Created March 14, 2019 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epcim/20bcdea222a8c335df8e4a1ebdda838f to your computer and use it in GitHub Desktop.
Save epcim/20bcdea222a8c335df8e4a1ebdda838f to your computer and use it in GitHub Desktop.
github hub pull-request cli
# hub tool
brew install hub
# push PR without web-browser forking the repo
GIT_USER=epcim
alias github-pull-request="hub fork;git push -u $GIT_USER HEAD;hub pull-request"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment