有没有办法知道远程存储库中的git列表?如果我知道,我想从远程资源库中下载所有项目。请假设远程存储库已
现在我正在开发projectA.git,我不知道还有 projectB.git 和 projectC.git 。
我可以从ssh://remoteMachine@xxx.x.xxx.xxx:xxx/data/repos/projects/projectA.git
所以,我希望看到另一个网址,比如..
ssh://remoteMachine@xxx.x.xxx.xxx:xxx/data/repos/projects/projectB.git
ssh://remoteMachine@xxx.x.xxx.xxx:xxx/data/repos/projects/projectC.git
可以吗?
答案 0 :(得分:1)
不单独使用git,您需要一个前端专用应用程序来列出存储库。
gitolite info
)。注意:使用ssh ls
假设可以访问交互式ssh,这通常不推荐(因为您也可以执行其他命令,例如...... rm
)