Skip to content

Instantly share code, notes, and snippets.

@lukeocodes
Created August 10, 2023 10:11
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 lukeocodes/362fb145575b8c0c21af5559444cdf6b to your computer and use it in GitHub Desktop.
Save lukeocodes/362fb145575b8c0c21af5559444cdf6b to your computer and use it in GitHub Desktop.
Clone app repos for an org
curl -s https://api.github.com/orgs/lukeocodes/repos\?per_page\=100 | jq '.[].html_url' | xargs -n 1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment