You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i checked and i don't think there is a feature for that. Maybe you can open an issue to see if somebody can try to make that feature. This is also my first time contributing to this repo by the way.
Topic
Work with git-repo, Is There any way to browser multiple repositories in lazyGit?
Your thoughts
Like vscode,which can scan and list every .git folder under root with open every git repo. Is Lazygit has this feature?
/ # root
├── .repo/
│
├── project1/
│ ├── .git/
│ ├── src/
│ │ ├── main.c
│ │ └── utils.c
│ ├── include/
│ │ └── utils.h
│ └── README.md
│
├── project2/
│ ├── .git/
│ ├── src/
│ │ ├── app.py
│ │ └── config.py
│ ├── tests/
│ │ └── test_app.py
│ └── requirements.txt
│
├── project3/
│ ├── .git/
│ ├── lib/
│ │ ├── module1.js
│ │ └── module2.js
│ ├── assets/
│ │ ├── style.css
│ │ └── logo.png
│ └── package.json
│
└── scripts/
├── build.sh
└── deploy.sh
The text was updated successfully, but these errors were encountered: