Quick GitHub PR Creation
Add the following to your ~/.bashrc or ~/.zshrc:
alias ghpr='git push && gh pr create --fill'
Now just run ghpr after you've committed, and now you have a PR!
Add the following to your ~/.bashrc or ~/.zshrc:
alias ghpr='git push && gh pr create --fill'
Now just run ghpr after you've committed, and now you have a PR!