Skip to content
Snippets Groups Projects
commit-msg 82 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    . "$(dirname "$0")/_/husky.sh"
    
    npx --no-install commitlint --edit "$1"