Skip to content

Instantly share code, notes, and snippets.

@rohithreddy
Created June 15, 2021 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohithreddy/c5445a0766c4105c3ce6c663b6988836 to your computer and use it in GitHub Desktop.
Save rohithreddy/c5445a0766c4105c3ce6c663b6988836 to your computer and use it in GitHub Desktop.
Clone all repos in a github org
curl -s "https://api.github.com/users/ORG/repos?per_page=100" | jq -r ".[].git_url" | xargs -L1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment