Skip to content

Instantly share code, notes, and snippets.

@bonelifer
Forked from Zolmeister/github_sync.sh
Created September 3, 2020 19:35
Show Gist options
  • Save bonelifer/e2d1ca317a75da0cdd0f27f081cb7f57 to your computer and use it in GitHub Desktop.
Save bonelifer/e2d1ca317a75da0cdd0f27f081cb7f57 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