This commit is contained in:
Paul Gauthier 2024-06-21 17:17:29 -07:00
parent c207c7839a
commit 1481c8c210
5 changed files with 47 additions and 0 deletions

View file

@ -182,6 +182,12 @@ cog.outl("```")
## Enable/disable commits when repo is found dirty (default: True)
#dirty-commits: true
## Attribute aider code changes in the git author name (default: True)
#attribute-author: true
## Attribute aider commits in the git committer name (default: True)
#attribute-committer: true
## Perform a dry run without modifying files (default: False)
#dry-run: false