Are there a way to clone all repositories on github at once ?
For instance, I have three repositories:
spring-akka-reactive
angular7-springboot
Angular-RestAPI-Contacts
Thus I want to clone them all instead one at a time, is it possible ?
Like cloning them all recursively ?
Just an hypothetical example:
git clone my_url_github -R *
For instance, in SVN I can to do so:
How can I checkout multiple SVN repositories in one command?
The difference is that in my github account it's inside my url