commitizen icon indicating copy to clipboard operation
commitizen copied to clipboard

Add `-a` and `-A` support

Open yajo opened this issue 2 years ago • 0 comments

Description

Common workflow:

git add -A
cz c

Boring. Could be better with a single command.

Possible Solution

cz c -A

Adds all changed files and issues the commit subcommand.

Additional context

Git also adds one of these shortcuts: git commit -a. So it seems to make sense...

Additional context

No response

yajo avatar May 08 '23 09:05 yajo