Retry with git-cz

git-cz (commitzien) fails and you don’t want to go through all of the prompts again?

git-cz --retry

The above will work, or if you have a npm script setup like below:

yarn commit

then you can execute the following:

yarn commit --retry