1.0.5 • Published 3 years ago

quickgitpr v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago