Update gitea.md

This commit is contained in:
Jay Gabriels
2022-08-06 10:23:53 -07:00
parent 91147c5578
commit 4c5517f13c

View File

@@ -14,7 +14,7 @@
ghorg clone <gitea_username> --clone-type=user --base-url=https://<your-internal-gitea>.com --token=bGVhdmUgYSBjb21tZW50IG9uIGlzc3VlIDY2
```
1. Clone all repos from a **github org** that are **prefixed** with "frontend" **into a folder** called "design_only"
1. Clone all repos from a **gitea org** that are **prefixed** with "frontend" **into a folder** called "design_only"
```
ghorg clone <gitea_org> --match-regex=^frontend --output-dir=design_only --base-url=https://<your-internal-gitea>.com --token=XXXXXXX