prepare-commit-msg 83 Bytes Edit Raw Blame History Permalink 1 2 3 4 #!/bin/sh . "$(dirname "$0")/_/husky.sh" exec < /dev/tty && git cz --hook || true