Update readme and examples

This commit is contained in:
Jay Gabriels
2021-08-05 22:08:26 -07:00
parent 39a285bcb9
commit 4b402f2e44
3 changed files with 7 additions and 5 deletions

View File

@@ -13,5 +13,5 @@ $ 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
$ ghorg clone <github_org> --match-regex=^frontend --output-dir=design_only
```

View File

@@ -21,5 +21,5 @@ $ ghorg clone <gitlab_group>/<gitlab_sub_group> --base-url=https://<your.instanc
clone all repos that are **prefixed** with "frontend" **into a folder** called "design_only" from a **group** on a **hosted gitlab** instance
```
$ ghorg clone <gitlab_group> --base-url=https://<your.instance.gitlab.com> --scm=gitlab --match-prefix=frontend --output-dir=design_only
$ ghorg clone <gitlab_group> --base-url=https://<your.instance.gitlab.com> --scm=gitlab --match-regex=^frontend --output-dir=design_only
```