Skip to content

Instantly share code, notes, and snippets.

@Vaisakhkm2625
Created September 1, 2024 17:13
Show Gist options
  • Save Vaisakhkm2625/ff565d6dbbf3f7b85cd961c7315e1189 to your computer and use it in GitHub Desktop.
Save Vaisakhkm2625/ff565d6dbbf3f7b85cd961c7315e1189 to your computer and use it in GitHub Desktop.
clone all repo from github
eval "$(ssh-agent -s)" # Start the ssh-agent
ssh-add ~/.ssh/id_rsa # Add your SSH key:
gh repo list --json=sshUrl --limit 1000 -q ".[].sshUrl" | xargs -n1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment