Nutlope / aicommits

A CLI that writes your git commit messages for you with AI

Home Page:https://www.npmjs.com/package/aicommits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to skip precommit checks

rocktimsaikia opened this issue · 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 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