Update README.md

This commit is contained in:
Jay Gabriels
2022-08-07 16:52:14 -07:00
parent f7c829564f
commit ebebd8007a

View File

@@ -117,7 +117,7 @@ go get github.com/gabrie30/ghorg
#### GitLab Specific Notes
1. One difference with cloning GitLab repos from other SCM providers is GitLab uses groups and subgroups to organize repos. The default behavior of ghorg is to clone all repos into a single directory. However, if ghorg detects name collisions with the repos being cloned from different groups/subgroups, ghorg will automatically clone each repo into a directory structure that matches the group/subgroup you are cloning, rather than a flat directory structure. This is the same behavior of the `--preserve-dir` flag. You will be notified in the output if this occurs.
1. With GitLab, if ghorg detects repo naming collisions with repos being cloned from different groups/subgroups, ghorg will automatically add the `--presever-dir` flag on your behalf and all repos will be cloned into a directory structure that matches your groups/subgroups, instead of all repos into one directory. You will be notified in the output if this occurs.
1. There are different commands for hosted gitlab instances vs gitlab cloud read below for the differences.