Git - Clone Repositories in Bulk

拈花ヽ惹草 提交于 2020-01-07 03:54:26

问题


I just joined a company that has a git server (hosted through bitbucket), which has about 80 projects which have multiple repositories under each project (lets say 5 for easy math). Is there an easy way to recursively clone all 400 of these repositories?


回答1:


You will have to script hat yourself.

You can get a list of the repositories from the BitBucket API. Then just loop through them an clone each one.



来源:https://stackoverflow.com/questions/34183580/git-clone-repositories-in-bulk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!