Skip to content

Commit 78de230

Browse files
committed
Update README.md
1 parent 918a493 commit 78de230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ $ security find-internet-password -s gitlab.com | grep "acct" | awk -F\" '{ pri
222222
└── sig-testing
223223
```
224224
## Filtering Repos
225-
- To clone repos that match regex use `--match-regex` flag or exclude cloning repos that match regex with `--exclude-match-regex`
226-
- To clone repos that match prefix(s) use `--match-prefix` flag or exclude cloning repos that match prefix(s) with `--exclude-match-prefix`
225+
- To only clone repos that match regex use `--match-regex` flag or exclude cloning repos that match regex with `--exclude-match-regex`
226+
- To only clone repos that match prefix(s) use `--match-prefix` flag or exclude cloning repos that match prefix(s) with `--exclude-match-prefix`
227227
- To filter out any archived repos while cloning use the `--skip-archived` flag (not bitbucket)
228228
- To filter out any forked repos while cloning use the `--skip-forks` flag
229229
- 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

0 commit comments

Comments
 (0)