Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit c5aed7f

Browse files
committed
submodules now follow branches instead of being fixed to one commit
1 parent 2050ae1 commit c5aed7f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
[submodule "modules/OpenLabBackend"]
22
path = modules/OpenLabBackend
33
url = [email protected]:NanoCAN/OpenLabBackend.git
4+
branch = master
45
[submodule "modules/OpenLabStorage"]
56
path = modules/OpenLabStorage
67
url = [email protected]:NanoCAN/OpenLabStorage.git
8+
branch = master
79
[submodule "modules/OpenLabGeneTracker"]
810
path = modules/OpenLabGeneTracker
911
url = [email protected]:NanoCAN/OpenLabGeneTracker.git
12+
branch = master
1013
[submodule "modules/OpenLabBarcode"]
1114
path = modules/OpenLabBarcode
1215
url = [email protected]:NanoCAN/OpenLabBarcode.git
16+
branch = master
1317
[submodule "modules/OpenLabAttachments"]
1418
path = modules/OpenLabAttachments
1519
url = [email protected]:NanoCAN/OpenLabAttachments.git
20+
branch = master

modules/OpenLabGeneTracker

0 commit comments

Comments
 (0)