有没有一种方法可以一次克隆github上的所有存储库?在SVN中,我可以这样做

时间:2019-07-25 15:27:14

标签: git github git-clone

有没有办法一次在github上克隆所有存储库?

例如,我有三个存储库:

  spring-akka-reactive

  angular7-springboot

  Angular-RestAPI-Contacts

因此我想一次全部克隆它们,有可能吗?

像递归克隆它们一样吗?

例如:

git clone my_url_github -R *

例如,在SVN中,我可以这样做:

How can I checkout multiple SVN repositories in one command?

区别在于,在我的github帐户中,它位于我的url中

1 个答案:

答案 0 :(得分:1)

创建(空)包装器回购,其中包括所有需要的回购作为submodules