Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KeyboardInterrupt/22d5fcfee2019587f60e00ab7b7a5b56 to your computer and use it in GitHub Desktop.
Save KeyboardInterrupt/22d5fcfee2019587f60e00ab7b7a5b56 to your computer and use it in GitHub Desktop.
git clone a github organisation
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