如何从远程存储库中了解所有项目?

时间:2014-09-03 05:49:21

标签: git ssh

有没有办法知道远程存储库中的git列表?如果我知道,我想从远程资源库中下载所有项目。请假设远程存储库已

  1. projectA.git
  2. projectB.git
  3. projectC.git
  4. 现在我正在开发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

    可以吗?

1 个答案:

答案 0 :(得分:1)

不单独使用git,您需要一个前端专用应用程序来列出存储库。

注意:使用ssh ls假设可以访问交互式ssh,这通常不推荐(因为您也可以执行其他命令,例如...... rm