Has there any way to know list of git in remote repository ? If I can know , I would like to download all projects from remote repostiory. Please assume remote repository has
- projectA.git
- projectB.git
- projectC.git
Now I am working on projectA.git and I am not knowing about there also have projectB.git and projectC.git.
I can clone or fetch data from ssh://remoteMachine@xxx.x.xxx.xxx:xxx/data/repos/projects/projectA.git
So, I want see another urls such as ..
ssh://remoteMachine@xxx.x.xxx.xxx:xxx/data/repos/projects/projectB.git
ssh://remoteMachine@xxx.x.xxx.xxx:xxx/data/repos/projects/projectC.git
Can it be possible ?