-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 981 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "url_shortener_service"]
path = url_shortener_service
url = https://github.com/Linempy/url_shortener_service.git
branch = Linempy
[submodule "notification_service"]
path = notification_service
url = https://github.com/Linempy/notification_service.git
branch = manticore-master-stream11
[submodule "project_service"]
path = project_service
url = https://github.com/Linempy/project_service.git
branch = manticore-master-stream11
[submodule "user_service"]
path = user_service
url = https://github.com/Linempy/user_service.git
branch = manticore-master-stream11
[submodule "analytics_service"]
path = analytics_service
url = https://github.com/Linempy/analytics_service.git
branch = manticore-master-stream11
[submodule "infra"]
path = infra
url = https://github.com/Linempy/infra.git
branch = manticore-master-stream11
[submodule "post_service"]
path = post_service
url = https://github.com/Linempy/post_service.git
branch = manticore-master-stream11