Skip to content

Instantly share code, notes, and snippets.

@Sparkboxx
Created February 26, 2025 14:18
Show Gist options
  • Save Sparkboxx/106b15e17f8c651463e87ebe061b3a83 to your computer and use it in GitHub Desktop.
Save Sparkboxx/106b15e17f8c651463e87ebe061b3a83 to your computer and use it in GitHub Desktop.
Download Repos for ORG from Github
cd due_dilligence
echo GITHUB_USER={your_github_username}
echo GITHUB_AT={your_access_token}
echo ORG={your_organisation_name}
curl -u $GITHUB_USER:$GITHUB_AT -s <https://api.github.com/orgs/$ORG/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