Skip to content

Instantly share code, notes, and snippets.

@francirp
Created March 19, 2015 14:37
Show Gist options
  • Save francirp/01d3903ae63655a04f50 to your computer and use it in GitHub Desktop.
Save francirp/01d3903ae63655a04f50 to your computer and use it in GitHub Desktop.
Submit Pull Request from Terminal (Mac)
# 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
@francirp
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment