Deep Learning-based Chemical Graphics Analysis Platform FrontEnd
if the commitizen doesn't work, try to modify .git/hooks/prepare-commit-msg
with the following code:
exec < /dev/tty && node_modules/.bin/git-cz --hook || true
if git warn you with it's not set as executable
, you can fix it with following command:
chmod +x .git/hooks/prepare-commit-msg