mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 23:54:59 +00:00
docs: Explain --attribute-co-authored-by and its interaction
This commit is contained in:
parent
84d6cf937b
commit
67cbda3bd5
1 changed files with 3 additions and 1 deletions
|
@ -71,4 +71,6 @@ Additionally, you can use the following options to prefix commit messages:
|
||||||
- `--attribute-commit-message-author`: Prefix commit messages with 'aider: ' if aider authored the changes.
|
- `--attribute-commit-message-author`: Prefix commit messages with 'aider: ' if aider authored the changes.
|
||||||
- `--attribute-commit-message-committer`: Prefix all commit messages with 'aider: ', regardless of whether aider authored the changes or not.
|
- `--attribute-commit-message-committer`: Prefix all commit messages with 'aider: ', regardless of whether aider authored the changes or not.
|
||||||
|
|
||||||
Both of these options are disabled by default, but can be useful for easily identifying changes made by aider.
|
Finally, you can use `--attribute-co-authored-by` to have aider append a Co-authored-by trailer to the end of the commit string.
|
||||||
|
This will disable appending `(aider)` to the git author and git committer unless you have explicitly enabled those settings.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue