mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
feat: add model switching tip and sort git repos
This commit is contained in:
parent
6f09f651a1
commit
380f019c0d
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ from .dump import dump # noqa: F401
|
|||
|
||||
def setup_git_home(io):
|
||||
home = Path.home()
|
||||
git_repos = list(home.glob("*/.git"))
|
||||
git_repos = sorted(home.glob("*/.git"))
|
||||
git_root = None
|
||||
|
||||
if git_repos:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue