Skip to content

Instantly share code, notes, and snippets.

@gerwld
Created March 15, 2025 18:55
Show Gist options
  • Save gerwld/e97e8aaddbedc17160530c40091cd235 to your computer and use it in GitHub Desktop.
Save gerwld/e97e8aaddbedc17160530c40091cd235 to your computer and use it in GitHub Desktop.
repos copy (for backup)
gh repo list gerwld --limit 4000 | while read -r repo _; do
gh repo clone "$repo" "$repo"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment