Skip to content

Instantly share code, notes, and snippets.

@YOU54F
Last active May 4, 2022 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YOU54F/96c358e9917a89e8c700f03ca11495ec to your computer and use it in GitHub Desktop.
Save YOU54F/96c358e9917a89e8c700f03ca11495ec to your computer and use it in GitHub Desktop.
clone all repos for an org
gh repo list $ORG_NAME --limit 9999 --json sshUrl | jq '.[]|.sshUrl' | xargs -n1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment