I'm using the npm package commitizen for my git commits. Great tool.
Upon running cz
: Whenever I fill some fields, and then realise I want to make a change before submitting, I have to Ctrl+C and start all over again.
Surely there must be a better way? (for example a command that can start again with the fields pre-filled to whatever values were left in them). I've searched the commitizen npm, github, and generally on Google, but with no success.
Is there a feature that helps with this?