DEV Community

João Vitor
João Vitor

Posted on

1

Clone github repos in parallel

It is possible to clone a list of github repositories in parallel.

Given that the file is called your_organization.txt.

cd ~/github-orgs/your-organization
cat your_organization.txt | parallel  -j 25 'clone-missing.sh {}; echo job {#} completed {};'
Enter fullscreen mode Exit fullscreen mode

You can generate a list of repositories of a github user or a github organization with these helper scripts:

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more