We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An option to skip pre-commit hook checks and commit directly. basically git commit <msg> -n
git commit <msg> -n
Sometimes you just need to commit changes without going through all the pre-commit checks.
No response
The text was updated successfully, but these errors were encountered:
@rocktimsaikia I've forked the repo, since this seems to no longer be maintained.
https://www.npmjs.com/package/@negoziator/ai-commit
In my version you can set it to auto-confirm commit messages 😄
aicommit config set auto-confirm=true
Sorry, something went wrong.
No branches or pull requests
Feature request
An option to skip pre-commit hook checks and commit directly.
basically
git commit <msg> -n
Why?
Sometimes you just need to commit changes without going through all the pre-commit checks.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: