Files
ghorg/examples/github.md
2021-08-05 22:08:26 -07:00

18 lines
338 B
Markdown

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-regex=^frontend --output-dir=design_only
```