From 4264b23dac09c0d1ab2646c2bbbbbdcb3b1c0d53 Mon Sep 17 00:00:00 2001 From: u1 Date: Sat, 2 Nov 2024 13:25:38 +0000 Subject: [PATCH] Initialize repository with submodules --- .gitmodules | 16 ++++++++++++++++ admin | 1 + app | 1 + fapi | 1 + lamp | 1 + 5 files changed, 20 insertions(+) create mode 100644 .gitmodules create mode 160000 admin create mode 160000 app create mode 160000 fapi create mode 160000 lamp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..34e020d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,16 @@ +[submodule "app"] + path = app + url = http://t:f6ad1fe79d0b929d8def3339dafcbf919f311acf@qstack.pl:3000/c2023/p22.10 + branch = z1 +[submodule "fapi"] + path = fapi + url = http://t:f6ad1fe79d0b929d8def3339dafcbf919f311acf@qstack.pl:3000/c2023/fapi + branch = mpabi +[submodule "admin"] + path = admin + url = http://t:f6ad1fe79d0b929d8def3339dafcbf919f311acf@qstack.pl:3000/c2023/net + branch = mpabi +[submodule "lamp"] + path = lamp + url = http://t:f6ad1fe79d0b929d8def3339dafcbf919f311acf@qstack.pl:3000/c2023/lamp + branch = mpabi diff --git a/admin b/admin new file mode 160000 index 0000000..07becf7 --- /dev/null +++ b/admin @@ -0,0 +1 @@ +Subproject commit 07becf7ec148b215329ebd7ba293c5928d4a6148 diff --git a/app b/app new file mode 160000 index 0000000..db0752d --- /dev/null +++ b/app @@ -0,0 +1 @@ +Subproject commit db0752d3e05f90f7fd8dda802b2366f3c6942b87 diff --git a/fapi b/fapi new file mode 160000 index 0000000..859afea --- /dev/null +++ b/fapi @@ -0,0 +1 @@ +Subproject commit 859afea217a9027bbaf53e12c8efbff29ad71494 diff --git a/lamp b/lamp new file mode 160000 index 0000000..91ed88c --- /dev/null +++ b/lamp @@ -0,0 +1 @@ +Subproject commit 91ed88c759f5694a64a5da1ca2e79044abfc5b13