Created
October 29, 2018 07:02
-
-
Save KeyboardInterrupt/22d5fcfee2019587f60e00ab7b7a5b56 to your computer and use it in GitHub Desktop.
git clone a github organisation
This file contains 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
ORGANISATION="awesome-devops" | |
curl -s "https://$GITHUB_AT:@api.github.com/orgs/${ORGANISATION}/repos?per_page=200" | 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