ghorg/examples/github.md
2020-09-04 10:05:16 -07:00

338 B

clone a users repos

$ ghorg clone <github_username> --clone-type=user

clone an org

$ ghorg clone <github_org>

clone all repos from a github org that are prefixed with "frontend" into a folder called "design_only"

$ ghorg clone <github_org> --match-prefix=frontend --output-dir=design_only