Skip to content

Instantly share code, notes, and snippets.

@Zolmeister
Created November 16, 2014 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Zolmeister/1a380c5d67e139061911 to your computer and use it in GitHub Desktop.
Save Zolmeister/1a380c5d67e139061911 to your computer and use it in GitHub Desktop.
Clone all github repos
curl -s https://api.github.com/users/<USERNAME>/repos\?per_page\=200 | grep ssh_url | cut -d \" -f 4 | xargs -n 1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment