Skip to content

Instantly share code, notes, and snippets.

@CrimsonTome
Created September 3, 2022 16:55
Show Gist options
  • Save CrimsonTome/e21e9df90e1126a0f73d186c0a6a2c3a to your computer and use it in GitHub Desktop.
Save CrimsonTome/e21e9df90e1126a0f73d186c0a6a2c3a to your computer and use it in GitHub Desktop.
Clone all of your repos stored on GitHub
gh repo list --limit num-of-repos |awk '{print $1}' | xargs -L1 gh repo clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment