Skip to content

Instantly share code, notes, and snippets.

@christoffer
Created March 14, 2013 08:49
Show Gist options
  • Save christoffer/5159882 to your computer and use it in GitHub Desktop.
Save christoffer/5159882 to your computer and use it in GitHub Desktop.
Two aliases that I've found useful in the daily routine of branching, working, sending for review
alias gpublish="git push --set-upstream origin `git rev-parse --abbrev-ref HEAD`"
alias gpullreq="open https://github.com/Readmill/web/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