mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-02-05 08:18:02 +00:00
18 lines
365 B
Markdown
18 lines
365 B
Markdown
clone a **users** repos
|
|
|
|
```
|
|
$ ghorg clone <github_username> --clone-type=user
|
|
```
|
|
|
|
clone an **org**
|
|
|
|
```
|
|
$ ghorg clone <github_org>
|
|
```
|
|
|
|
clone all repos that are **prefixed** with "frontend" **into a folder** called "design_only" from a **group** on a **hosted gitlab** instance
|
|
|
|
```
|
|
$ ghorg clone <github_org> --match-prefix=frontend --output-dir=design_only
|
|
```
|