mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
2b2569b787
commit
64c8bd06e1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def setup_git(git_root, io):
|
|||
repo = None
|
||||
if git_root:
|
||||
repo = git.Repo(git_root)
|
||||
elif io.confirm_ask("No git repo found, create one to track GPT's changes (recommended)?"):
|
||||
elif io.confirm_ask("No git repo found, create one to track aider's changes (recommended)?"):
|
||||
git_root = str(Path.cwd().resolve())
|
||||
repo = git.Repo.init(git_root)
|
||||
io.tool_output("Git repository created in the current working directory.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue