We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-a
-A
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common workflow:
git add -A cz c
Boring. Could be better with a single command.
cz c -A
Adds all changed files and issues the commit subcommand.
Git also adds one of these shortcuts: git commit -a. So it seems to make sense...
git commit -a
No response
The text was updated successfully, but these errors were encountered:
I think this one is finished in #821. Feel free to reopen it if this is not the case 🙂 Thanks @Ellie-Yen for reminder
Sorry, something went wrong.
No branches or pull requests
Description
Common workflow:
Boring. Could be better with a single command.
Possible Solution
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
The text was updated successfully, but these errors were encountered: