Somguy
Somguy

Reputation: 1

Github - Git CLI: How to clone all repositories in directory

I can individually clone using "gh repo clone reponame".

and list them using "gh repo list ORGNAME"

But how do I automatically clone all of them in the list

thanks

gh repo clone reponame

gh repo list ORGNAME

Upvotes: 0

Views: 1172

Answers (1)

HSCM
HSCM

Reputation: 31

You can try this command gh-repo-clone-all.

Documentation - > https://www.npmjs.com/package/gh-repo-clone-all

Upvotes: 2

Related Questions