有没有办法一次在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中