https://github.com/tobiasbueschel/git-push-pr
📤 Git push and open pull request in your default browser (works for GitHub, GitLab and BitBucket)
https://github.com/tobiasbueschel/git-push-pr
bashrc bitbucket git github gitlab pull-requests zshrc
Last synced: about 2 months ago
JSON representation
📤 Git push and open pull request in your default browser (works for GitHub, GitLab and BitBucket)
- Host: GitHub
- URL: https://github.com/tobiasbueschel/git-push-pr
- Owner: tobiasbueschel
- License: mit
- Created: 2019-04-20T15:33:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T06:47:10.000Z (2 months ago)
- Last Synced: 2025-03-09T07:25:55.416Z (2 months ago)
- Topics: bashrc, bitbucket, git, github, gitlab, pull-requests, zshrc
- Language: JavaScript
- Homepage:
- Size: 2.14 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# git-push-pr
[](http://npm.im/git-push-pr)
[](http://npm-stat.com/charts.html?package=git-push-pr)
[](http://opensource.org/licenses/MIT)
[](https://github.com/semantic-release/semantic-release)> Git push and open pull request in your default browser (works for GitHub, GitLab and Bitbucket)

## Install
```shell
npm install --global git-push-pr
```## Usage
```shell
gppr --helpUsage
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 hooksExamples
$ gppr -f
```## Related
- [git-is-branch-protected-cli](https://github.com/tobiasbueschel/git-is-branch-protected-cli) - CLI to check whether current Git branch is protected.
## License
MIT © [Tobias Büschel](https://github.com/tobiasbueschel)