You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything works fine and I am prompted to choose the commit message from commitizen.
The problem is if I hit CTRL-C to cancel my commit, it just closes the commitizen prompt and falls back to the original git commit prompt. I want to abort everything in this case and dont do the commit.
I have tried to remove the "|| true" from the prepare-commit-msg command but it´s the same.
Not sure if it´s an issue of husky or commitizen.
Thanks for the help.
eltonmarques96, EdwinB89, diachedelic, Calvin-LL and njncalub