commitizen-go icon indicating copy to clipboard operation
commitizen-go copied to clipboard

Support all git commit options

Open skaurus opened this issue 2 years ago • 3 comments

Hi there,

is it possible to pass any flags that this utility do not recognize to git commit? Sometimes you need to use some commit option, and you probably do not want to write a commit message without this wizard, so it would be nice...

skaurus avatar Aug 10 '22 23:08 skaurus

I first thought of using something like delve:

dlv debug -- -a -m "message body"

In this way, the command parameters of its own can be separated from the command parameters of git commit. Is it appropriate?

lintingzhen avatar Aug 26 '22 03:08 lintingzhen

Yes, I think it is a good solution and a familiar pattern.

skaurus avatar Aug 26 '22 13:08 skaurus

@lintingzhen any updates on this, I need the signoff option. I can start working on it if you haven't.

rodneyosodo avatar Jun 21 '24 07:06 rodneyosodo