Created
March 19, 2015 14:37
-
-
Save francirp/01d3903ae63655a04f50 to your computer and use it in GitHub Desktop.
Submit Pull Request from Terminal (Mac)
This file contains 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
# first install Hub: | |
brew install hub | |
echo 'alias git=hub' >> ~/.bash_profile && source ~/.bash_profile | |
# To submit PR from current branch to master, from current branch run: | |
git pull-request -m "message for PR" -b master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More info: https://github.com/github/hub