From 593de474386cf2aa437f1687f27cb98ad54e92b4 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 20 Mar 2025 15:07:51 -0700 Subject: [PATCH] docs: Add `--no-git-commit-verify` flag documentation --- aider/website/docs/git.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/website/docs/git.md b/aider/website/docs/git.md index 3c17de47f..245ee595e 100644 --- a/aider/website/docs/git.md +++ b/aider/website/docs/git.md @@ -40,6 +40,7 @@ While it is not recommended, you can disable aider's use of git in a few ways: - `--no-auto-commits` will stop aider from git committing each of its changes. - `--no-dirty-commits` will stop aider from committing dirty files before applying its edits. - `--no-git` will completely stop aider from using git on your files. You should ensure you are keeping sensible backups of the files you are working with. + - `--no-git-commit-verify` will add the `--no-verify` flag to git commits, which skips pre-commit hooks. By default, aider runs pre-commit hooks (`--git-commit-verify=True`). ## Commit messages