git-push-pr

Git push and open pull request

Usage no npm install needed!

<script type="module">
  import gitPushPr from 'https://cdn.skypack.dev/git-push-pr';
</script>

README

git-push-pr

version downloads MIT License semantic-release

Git push and open pull request in your default browser (works for GitHub, GitLab and Bitbucket)

demo

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 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

License

MIT © Tobias Büschel