Skip to content

Instantly share code, notes, and snippets.

@LordOkami
Created November 20, 2018 09:47
Show Gist options
  • Save LordOkami/de6e867bd0d6799748b044bc50d1d691 to your computer and use it in GitHub Desktop.
Save LordOkami/de6e867bd0d6799748b044bc50d1d691 to your computer and use it in GitHub Desktop.
Git Scripts
curl -s https://[USER_TOKEN_ID]:@api.github.com/orgs/[ORGANIZATION]/repos\?per_page\=200 | jq ".[].ssh_url" | xargs -n 1 git clone --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment