Skip to content

Commit 9da1838

Browse files
committed
Update README.md
1 parent f9f3993 commit 9da1838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ $ security find-internet-password -s gitlab.com | grep "acct" | awk -F\" '{ pri
219219
- To filter repos by regex use `--match-regex` flag
220220
- To filter out any archived repos while cloning use the `--skip-archived` flag (not bitbucket)
221221
- To filter out any forked repos while cloning use the `--skip-forks` flag
222-
- Filter by specific GitHub [topics](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics) `GHORG_TOPICS` or `--topics` will clone only repos with a matching topic. GitHub/Gitea only
222+
- Filter by specific repo [topics](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics) `GHORG_TOPICS` or `--topics` will clone only repos with a matching topic. GitHub/GitLab/Gitea only
223223
- To ignore specific repos create a `ghorgignore` file inside `$HOME/.config/ghorg`. Each line in this file is considered a substring and will be compared against each repos clone url. If the clone url contains a substring in the `ghorgignore` it will be excluded from cloning. To prevent accidentally excluding a repo, you should make each line as specific as possible, eg. `https://github.com/gabrie30/ghorg.git` or `git@github.com:gabrie30/ghorg.git` depending on how you clone. This is useful for permanently ignoring certain repos.
224224
225225
```bash

sample-conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GHORG_CLONE_TYPE: org
9292
# flag (--color) eg: --color=disabled
9393
GHORG_COLOR: disabled
9494

95-
# A comma separated list of topics to filter by, currently github/gitea only
95+
# A comma separated list of topics to filter by, currently github/gitlab/gitea only
9696
# flag (--topics) eg: --topics=frontend
9797
# If any topics exist here, ghorg will only clone repos that match at least one of these topics
9898
GHORG_TOPICS:

0 commit comments

Comments
 (0)