Skip to content

Instantly share code, notes, and snippets.

@Rgghgh
Created September 17, 2016 14:31
Show Gist options
  • Save Rgghgh/795b3e67eca561917a715aadc16fa6fa to your computer and use it in GitHub Desktop.
Save Rgghgh/795b3e67eca561917a715aadc16fa6fa to your computer and use it in GitHub Desktop.
Clone all GitHub Repos
curl --user "<USERNAME>:<PASSWORD>" "https://api.github.com/user/repos" | grep -w clone_url | grep -o '[^"]\+://.\+.git' | xargs -L1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment