Created
February 10, 2021 13:00
-
-
Save jirkafm/b40c7d227c808199ab56b521d5bcd5b2 to your computer and use it in GitHub Desktop.
Clone all repos from github organization ( taken from https://gist.github.com/caniszczyk/3856584 )
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 -s https://api.github.com/orgs/<ORG_NAME>/repos\?per_page\=100 | jq '.[].html_url' | xargs -n 1 git clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment