mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
Update readme and examples
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user