git-push-pr
v1.4.0
Published
Git push and open pull request
Downloads
9
Maintainers
Readme
git-push-pr
Git push and open pull request in your default browser (works for GitHub, GitLab and Bitbucket)
Install
npm install --global git-push-pr
Usage
gppr --help
Usage
gppr [options]
Options
--remote, -r Specify remote name [Default: origin]
--allow-all, -a Allow pushes to master, main and develop
--silent, -s Do not show any progress
--force, -f Push changes even if remote is newer, use with caution
--no-verify Bypass pre-push hooks
Examples
$ gppr -f
Related
- git-is-branch-protected-cli - CLI to check whether current Git branch is protected.
License
MIT © Tobias Büschel