Skip to content

Instantly share code, notes, and snippets.

@wass3r
Last active May 4, 2020 16:25
Show Gist options
  • Select an option

  • Save wass3r/592e823d900e3c915739506785887d04 to your computer and use it in GitHub Desktop.

Select an option

Save wass3r/592e823d900e3c915739506785887d04 to your computer and use it in GitHub Desktop.
clone all repos in org
curl -s https://api.github.com/orgs/<ORG_NAME>/repos\?per_page\=100 | jq '.[].ssh_url' | xargs -n 1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment