Skip to content

Instantly share code, notes, and snippets.

@phoenixthrush
Created December 29, 2025 21:33
Show Gist options
  • Select an option

  • Save phoenixthrush/9a327ce47b2def6ca5310e6bfaf37307 to your computer and use it in GitHub Desktop.

Select an option

Save phoenixthrush/9a327ce47b2def6ca5310e6bfaf37307 to your computer and use it in GitHub Desktop.
Git clone all repositories of a user #gh-cli #clone #git #repo
gh repo list phoenixthrush --limit 1000 | while read -r repo _; do
gh repo clone "$repo"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment