Skip to content

Instantly share code, notes, and snippets.

@jirkafm
Created February 10, 2021 13:00
Show Gist options
  • Save jirkafm/b40c7d227c808199ab56b521d5bcd5b2 to your computer and use it in GitHub Desktop.
Save jirkafm/b40c7d227c808199ab56b521d5bcd5b2 to your computer and use it in GitHub Desktop.
Clone all repos from github organization ( taken from https://gist.github.com/caniszczyk/3856584 )
curl -s https://api.github.com/orgs/<ORG_NAME>/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