Difference between revisions of "Gh repo clone"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
  
  for REPO in $([[gh repo list]] --visibility=private --limit 1000 YOUR-ORGANIZATION | [[cut -f]]1); do [[gh repo clone]] $REPO; done
+
  for REPO in $([[gh repo list]] --visibility=private --limit 1000 YOUR-ORGANIZATION | [[cut -f]]1); do [[gh repo]] clone $REPO; done
  
 
== Related ==
 
== Related ==

Revision as of 09:48, 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: