Skip to content

Instantly share code, notes, and snippets.

@montanaflynn
Created June 4, 2018 06:13
Show Gist options
  • Save montanaflynn/a6927bc5bd19f0489a5bfcedd10cb496 to your computer and use it in GitHub Desktop.
Save montanaflynn/a6927bc5bd19f0489a5bfcedd10cb496 to your computer and use it in GitHub Desktop.
Clone all my github repos
curl "https://api.github.com/users/montanaflynn/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