Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 478 Bytes

clone.md

File metadata and controls

17 lines (12 loc) · 478 Bytes

"clone" command

The clone command downloads an entire Github organization into the current folder of your local machine.

If you run into rate limits with the GitHub API, create a personal access token with repo or at least public_repo scope and create an environment variable GITHUB_TOKEN containing this token.

example

To clone all repositories of the Github organization https://github.com/ory:

m clone ory