Created
September 23, 2016 09:18
-
-
Save ydbondt/dc26334c254999b6481ead6e6df54408 to your computer and use it in GitHub Desktop.
git-pr
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
| #!/bin/bash | |
| # Usage: git pr <branch> -a <user> | |
| hub pull-request -b unifly-aero:$1 -a "${@:2}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment