Skip to content

Instantly share code, notes, and snippets.

@bbelyeu
Created December 13, 2012 21:18
Show Gist options
  • Save bbelyeu/4279992 to your computer and use it in GitHub Desktop.
Save bbelyeu/4279992 to your computer and use it in GitHub Desktop.
function pull-request() {
open https://github.com/lifechurch/youversionapi.com/pull/new/`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`
}
@bbelyeu
Copy link
Author

bbelyeu commented Dec 13, 2012

Just add it to your .bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment