1.0.5 • Published 2 years ago

quickgitpr v1.0.5

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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago