1.0.5 • Published 4 years ago

quickgitpr v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Small git utility to quickly open a pull request against the default branch. It pushes the local changes to a new branch and open the URL to create a new pull request.

Installation:

npm install -g quickgitpr

Usage:

cd mygitrepo
touch newfile.txt
quickgitpr "Added a few file" # Opens a PR against the main branch to add "newfile.txt"
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago