Skip to content

Instantly share code, notes, and snippets.

@stekhn
Created March 29, 2018 09:37
Show Gist options
  • Select an option

  • Save stekhn/ca1a785a63808d30294a052f207372f8 to your computer and use it in GitHub Desktop.

Select an option

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)
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