From 8d98cd978b196903d86c39308ed6549fd0bbfa10 Mon Sep 17 00:00:00 2001 From: bochard Date: Mon, 28 Jul 2025 19:18:34 +0800 Subject: [PATCH] added QuestLog submodule --- .gitmodules | 3 +++ works/QuestLog | 1 + 2 files changed, 4 insertions(+) create mode 160000 works/QuestLog diff --git a/.gitmodules b/.gitmodules index 85133e9..8b9e6a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ [submodule "works/temperature-converter"] path = works/temperature-converter url = ssh://git@codeberg.org/bochard/temperature-converter.git +[submodule "works/QuestLog"] + path = works/QuestLog + url = ssh://git@codeberg.org/bochard/QuestLog.git diff --git a/works/QuestLog b/works/QuestLog new file mode 160000 index 0000000..d89c35f --- /dev/null +++ b/works/QuestLog @@ -0,0 +1 @@ +Subproject commit d89c35f009786779ed819c9e5603f627b13b5043 -- 2.39.5