Created
March 29, 2018 09:37
-
-
Save stekhn/ca1a785a63808d30294a052f207372f8 to your computer and use it in GitHub Desktop.
Clone all repositories from a user or organisation (https://stackoverflow.com/a/32833411/2037629)
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 "https://api.github.com/orgs/br-data/repos?page=1&per_page=100" | | |
| grep -e 'git_url*' | | |
| cut -d \" -f 4 | | |
| xargs -L1 git clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment