aicommits icon indicating copy to clipboard operation
aicommits copied to clipboard

Option to skip precommit checks

Open rocktimsaikia opened this issue 1 year ago • 1 comments

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 avatar Sep 25 '23 10:09 rocktimsaikia

@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

negoziator avatar Oct 09 '23 17:10 negoziator