blob: 536c933c3bff0906d4d06875e281e770e04c8741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## Description of GitLab structure
### Directory structure
|-- home
| |-- gitlab
| |-- gitlab
| |-- gitlab-satellites
| |-- git
| |-- repositories
| |-- .gitolite
gitlab
Holds all the code of gitlab application.
gitlab-satellites
Contains a copy of all repositories with working tree.
Used to automatically merge requests, edit files etc...
repositories
Keeps all you repositories in bare format here
|