Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@bluecateng/git-check-push

Validation for Git push hook.

Usage

Follow installation instructions for husky and then:

npm i @bluecateng/git-check-push
npx husky add .husky/pre-push 'npx @bluecateng/git-check-push "$1"'