aicommits
aicommits copied to clipboard
Option to skip precommit checks
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
@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