nosarthur / gita

Manage many git repos with sanity 从容管理多个git库
MIT License
1.66k stars 73 forks source link

gita ll - nothing happend #249

Closed ygol closed 1 year ago

ygol commented 1 year ago

Hi, I just install with 'pip3 install -U gita' under zsh ubuntu. when doing 'gita' I get the help presented but 'gita ll' just returns a blank line and it seem the child repositories are not recognized image

Did I missed something maybe? TIA

nosarthur commented 1 year ago

you have to add the repos to it, either add them one by one or add them recursively. See gita add -h

or you can check out this video https://www.youtube.com/watch?v=ySWbwQcbhqI

ygol commented 1 year ago

Thank you @nosarthur