From c3a565fd59be97f4f5659af4073a55359f3a7b53 Mon Sep 17 00:00:00 2001 From: bochard Date: Sat, 7 Feb 2026 09:41:04 +0800 Subject: [PATCH] added submodules --- .gitmodules | 30 ++++++++++++++++++++++++++++++ works/AIO-converter | 1 + works/QuestLog | 1 + works/atm-program-in-c | 1 + works/basic-calc | 1 + works/circle | 1 + works/rock-paper-scissors-in-c | 1 + works/roman-numeral-converter | 1 + works/simple-cash-register | 1 + works/sync-works.sh | 1 + works/temperature-converter | 1 + 11 files changed, 40 insertions(+) create mode 160000 works/AIO-converter create mode 160000 works/QuestLog create mode 160000 works/atm-program-in-c create mode 160000 works/basic-calc create mode 160000 works/circle create mode 160000 works/rock-paper-scissors-in-c create mode 160000 works/roman-numeral-converter create mode 160000 works/simple-cash-register create mode 160000 works/sync-works.sh create mode 160000 works/temperature-converter diff --git a/.gitmodules b/.gitmodules index 4688067..463937c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,33 @@ [submodule "works/palindrome-checker"] path = works/palindrome-checker url = git@bochard.net:/home/git/repos/palindrome-checker.git +[submodule "works/temperature-converter"] + path = works/temperature-converter + url = git@bochard.net:/home/git/repos/temperature-converter.git +[submodule "works/roman-numeral-converter"] + path = works/roman-numeral-converter + url = git@bochard.net:/home/git/repos/roman-numeral-converter.git +[submodule "works/simple-cash-register"] + path = works/simple-cash-register + url = git@bochard.net:/home/git/repos/simple-cash-register.git +[submodule "works/circle"] + path = works/circle + url = git@bochard.net:/home/git/repos/circle.git +[submodule "works/basic-calc"] + path = works/basic-calc + url = git@bochard.net:/home/git/repos/basic-calc.git +[submodule "works/rock-paper-scissors-in-c"] + path = works/rock-paper-scissors-in-c + url = git@bochard.net:/home/git/repos/rock-paper-scissors-in-c.git +[submodule "works/atm-program-in-c"] + path = works/atm-program-in-c + url = git@bochard.net:/home/git/repos/atm-program-in-c.git +[submodule "works/AIO-converter"] + path = works/AIO-converter + url = git@bochard.net:/home/git/repos/AIO-converter.git +[submodule "works/sync-works.sh"] + path = works/sync-works.sh + url = git@bochard.net:/home/git/repos/sync-works.sh.git +[submodule "works/QuestLog"] + path = works/QuestLog + url = git@bochard.net:/home/git/repos/QuestLog.git diff --git a/works/AIO-converter b/works/AIO-converter new file mode 160000 index 0000000..47507a5 --- /dev/null +++ b/works/AIO-converter @@ -0,0 +1 @@ +Subproject commit 47507a58a1b030fb8b6b289bf20875a5ebdfb5c2 diff --git a/works/QuestLog b/works/QuestLog new file mode 160000 index 0000000..d69a77a --- /dev/null +++ b/works/QuestLog @@ -0,0 +1 @@ +Subproject commit d69a77aeb6765a83f6fa8081d9c648aa48a10093 diff --git a/works/atm-program-in-c b/works/atm-program-in-c new file mode 160000 index 0000000..983ba96 --- /dev/null +++ b/works/atm-program-in-c @@ -0,0 +1 @@ +Subproject commit 983ba96084d0545ca97a9819a339a61783825ff1 diff --git a/works/basic-calc b/works/basic-calc new file mode 160000 index 0000000..493c6df --- /dev/null +++ b/works/basic-calc @@ -0,0 +1 @@ +Subproject commit 493c6df4598459fdacb4f7b909cc49f956343ffe diff --git a/works/circle b/works/circle new file mode 160000 index 0000000..23fce73 --- /dev/null +++ b/works/circle @@ -0,0 +1 @@ +Subproject commit 23fce733bde40bca8a18256f803b26415bd71fbc diff --git a/works/rock-paper-scissors-in-c b/works/rock-paper-scissors-in-c new file mode 160000 index 0000000..c6663b5 --- /dev/null +++ b/works/rock-paper-scissors-in-c @@ -0,0 +1 @@ +Subproject commit c6663b51defac60e42056e076902b7f6aa68eeb3 diff --git a/works/roman-numeral-converter b/works/roman-numeral-converter new file mode 160000 index 0000000..763e6cc --- /dev/null +++ b/works/roman-numeral-converter @@ -0,0 +1 @@ +Subproject commit 763e6cc2c43dab8e216795014f35f9e97975993d diff --git a/works/simple-cash-register b/works/simple-cash-register new file mode 160000 index 0000000..e2467d7 --- /dev/null +++ b/works/simple-cash-register @@ -0,0 +1 @@ +Subproject commit e2467d7d864c2488034bcadafed2b5e5f1dea0a8 diff --git a/works/sync-works.sh b/works/sync-works.sh new file mode 160000 index 0000000..16c08b7 --- /dev/null +++ b/works/sync-works.sh @@ -0,0 +1 @@ +Subproject commit 16c08b79253d352f3a85c3567b8bf4ceea42e1ab diff --git a/works/temperature-converter b/works/temperature-converter new file mode 160000 index 0000000..cf5a626 --- /dev/null +++ b/works/temperature-converter @@ -0,0 +1 @@ +Subproject commit cf5a626fe444ff7f15439f2780cc5721fbf1f463 -- 2.39.5