Tom Kurushingal
Tom Kurushingal

Reputation: 6486

Folders in Gitlab?

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

Answers (1)

Sika
Sika

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

Related Questions