mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Added support for prefixing commit messages with 'aider: ' to identify commits made by the aider tool.
This commit is contained in:
parent
506636195a
commit
9cc6447e57
1 changed files with 3 additions and 0 deletions
|
@ -44,3 +44,6 @@ Aider marks commits that it either authored or committed.
|
|||
|
||||
You can use `--no-attribute-author` and `--no-attribute-committer` to disable
|
||||
modification of the git author and committer name fields.
|
||||
|
||||
Additionally, you can use `--attribute-commit-message` to prefix commit messages with 'aider: '.
|
||||
This option is disabled by default, but can be useful for easily identifying commits made by aider.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue