We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5451c92 commit 1f10dc8Copy full SHA for 1f10dc8
codeflash/code_utils/git_worktree_utils.py
@@ -33,7 +33,6 @@ def create_worktree_snapshot_commit(worktree_dir: Path, commit_message: str) ->
33
email = cr.get("user", "email")
34
except configparser.NoSectionError:
35
no_email = True
36
- repository.git.config()
37
with repository.config_writer() as cw:
38
if not cw.has_option("user", "name"):
39
cw.set_value("user", "name", "Codeflash Bot")
0 commit comments