commitizen
commitizen copied to clipboard
Add `-a` and `-A` support
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