Skip to content

Instantly share code, notes, and snippets.

@cosmicbuffalo
Last active August 10, 2023 19:10
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 cosmicbuffalo/1aec0b3eb0947de1b567593566d2bc6a to your computer and use it in GitHub Desktop.
Save cosmicbuffalo/1aec0b3eb0947de1b567593566d2bc6a to your computer and use it in GitHub Desktop.
quick open new pr alias
alias pr='open "https://github.com/$(git remote get-url origin | sed -E "s/.*:(.+)\/(.+).git/\1\/\2/")/pull/new/$(git rev-parse --abbrev-ref HEAD)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment