Difference between revisions of "Gh repo clone"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== Related == | == Related == | ||
* <code>[[git clone]]</code> | * <code>[[git clone]]</code> | ||
− | * <code>[[glab]]</code> | + | * <code>[[glab repo clone]]</code> |
== See also == | == See also == |
Revision as of 09:49, 19 January 2023
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: