Last active
April 5, 2020 21:23
-
-
Save ptflp/695aef0ad160428d3f0995188718c3b7 to your computer and use it in GitHub Desktop.
clone organization repos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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