Created
July 17, 2015 21:13
-
-
Save andrewkatz/093cbd8f19161abb68e5 to your computer and use it in GitHub Desktop.
Auto PR @trobrock
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 gphu='gph -u origin' | |
gpqt() | |
{ | |
last_commit=$(git log -1 --pretty=%B) | |
message=${1:-$last_commit} | |
echo "$message\n@trobrock" | gpq -F - | |
} | |
xpq() | |
{ | |
current_branch=$(git rev-parse --abbrev-ref HEAD) | |
gphu $current_branch | |
gpqt | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment