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)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up