Can Subgroups be created in Gitlab?
- by niroshan.l
We are working on migrating from gitolite to gitlab , But have encountered a problem with subgroups which are created on git. It looks like there is no feature in gitlab to create a subgroup
eg:
in Git
group1/group2/project1.git
group1/project2.git
group1/group2/project3.git
group1/group3/project4.git
It looks like when i import the repo's using bundle it is not able to identify the sub groups.
Also there is no option to create a sub group on the gitlab UI. (Maybe i'm not looking at the proper terminology. maybe subgroub is not the correct work )
Apologies for the use of incorrect terms as I am new to this
Thanks in advance
Regards
Niro