Difference between revisions of "Gh repo clone"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
  gh repo clone your-org/your-repo
+
  gh repo clone your-org/your-repo <ref>https://cli.github.com/manual/gh_repo_clone</ref>
  
 
  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

Revision as of 09:51, 19 January 2024

gh repo clone your-org/your-repo [1]
for REPO in $(gh repo list --visibility=private --limit 1000 YOUR-ORGANIZATION | cut -f1); do gh repo clone $REPO; done

Related

See also

  • https://cli.github.com/manual/gh_repo_clone
  • Advertising: