-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
44 lines (44 loc) · 891 Bytes
/
.gitmodules
File metadata and controls
44 lines (44 loc) · 891 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[submodule "cart"]
path = cart
url = ../cart.git
branch = main
[submodule "common"]
path = common
url = ../common.git
branch = main
[submodule "creditinstitute"]
path = creditinstitute
url = ../creditinstitute.git
branch = main
[submodule "e2e-tests"]
path = e2e-tests
url = ../e2e-tests.git
branch = main
[submodule "inventory"]
path = inventory
url = ../inventory.git
branch = main
[submodule "orchestrator"]
path = orchestrator
url = ../orchestrator.git
branch = main
[submodule "order"]
path = order
url = ../order.git
branch = main
[submodule "payment"]
path = payment
url = ../payment.git
branch = main
[submodule "ui"]
path = ui
url = ../ui.git
branch = main
[submodule "uibackend"]
path = uibackend
url = ../uibackend.git
branch = main
[submodule "computation-simulator"]
path = computation-simulator
url = ../computation-simulator.git
branch = main