Reputation: 6486
I am trying to create folders in Gitlab through the web interface. I was able to see some repositories with folders. I could not find any option to create such folders. How are such folders created?
Upvotes: 7
Views: 12797
Reputation: 586
If you specified a path for a file, Gitlab will create directories if they not exists.
For example, if you add a file named dir1/dir2/test.md
, Gitlab create two nested directories with test.md
inside.
Upvotes: 2