Created
March 14, 2013 08:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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