Last active
April 4, 2022 02:23
-
-
Save Alex-D/6db62601b8ede550c3520bf26233a45f to your computer and use it in GitHub Desktop.
Check commits sticks to Git Karma commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://karma-runner.github.io/1.0/dev/git-commit-msg.html | |
bash -c "! git log -100 --pretty=format:%s | egrep --color=auto -v '^(((feat|fix|docs|style|refactor|test|chore)(\(\w+\))?:\s)|Merge).*'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment