-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
40 lines (40 loc) · 985 Bytes
/
.gitmodules
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
[submodule "square-master/v1"]
path = square-master/v1
url = ./
branch = SquareMaster-1
[submodule "square-master/v2"]
path = square-master/v2
url = ./
branch = SquareMaster-2
[submodule "square-master/v3"]
path = square-master/v3
url = ./
branch = SquareMaster-3
[submodule "square-master/v4"]
path = square-master/v4
url = ./
branch = SquareMaster-4
[submodule "square-master/v5"]
path = square-master/v5
url = ./
branch = SquareMaster-5
[submodule "concurrent-network/v1"]
path = concurrent-network/v1
url = ./
branch = ConcurrentNetwork-1
[submodule "concurrent-network/v2"]
path = concurrent-network/v2
url = ./
branch = ConcurrentNetwork-2
[submodule "concurrent-network/v3"]
path = concurrent-network/v3
url = ./
branch = ConcurrentNetwork-3
[submodule "concurrent-network/v4"]
path = concurrent-network/v4
url = ./
branch = ConcurrentNetwork-4
[submodule "concurrent-network/v5"]
path = concurrent-network/v5
url = ./
branch = ConcurrentNetwork-5