mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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
|
repo = None
|
||||||
if git_root:
|
if git_root:
|
||||||
repo = git.Repo(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())
|
git_root = str(Path.cwd().resolve())
|
||||||
repo = git.Repo.init(git_root)
|
repo = git.Repo.init(git_root)
|
||||||
io.tool_output("Git repository created in the current working directory.")
|
io.tool_output("Git repository created in the current working directory.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue