Skip to content

Instantly share code, notes, and snippets.

@ptflp
Last active April 5, 2020 21:23
Show Gist options
  • Save ptflp/695aef0ad160428d3f0995188718c3b7 to your computer and use it in GitHub Desktop.
Save ptflp/695aef0ad160428d3f0995188718c3b7 to your computer and use it in GitHub Desktop.
clone organization repos
curl -sL --user "login:pass" https://$GITHUB_AT:@api.github.com/orgs/REPO/repos?per_page=200 | jq .[].ssh_url | xargs -n 1 -P 4 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment