Created
February 26, 2025 14:18
-
-
Save Sparkboxx/106b15e17f8c651463e87ebe061b3a83 to your computer and use it in GitHub Desktop.
Download Repos for ORG from Github
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
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