gh repo clone
Jump to navigation
Jump to search
gh repo clone your-org/your-repo
for REPO in $(gh repo list --visibility=private --limit 1000 YOUR-ORGANIZATION | cut -f1); do gh repo clone $REPO; done
Related
See also
Advertising: