Validation for Git push hook
npm install @bluecateng/git-check-pushValidation for Git push hook.
Follow installation instructions for husky and then:
``shell`
npm i @bluecateng/git-check-push
`shell``
npx husky add .husky/pre-push 'npx @bluecateng/git-check-push "$1"'