From 3731bfd246ddb16af9b53953c302e415c11d6ea1 Mon Sep 17 00:00:00 2001 From: bochard Date: Thu, 27 Feb 2025 20:13:36 +0800 Subject: [PATCH] added a new submodule: projects/simple-cash-register --- .gitmodules | 3 +++ projects/simple-cash-register | 1 + 2 files changed, 4 insertions(+) create mode 160000 projects/simple-cash-register diff --git a/.gitmodules b/.gitmodules index be641f8..64e7fc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "projects/tick-clock"] path = projects/tick-clock url = https://github.com/b0chard/tick-clock.git +[submodule "projects/simple-cash-register"] + path = projects/simple-cash-register + url = https://github.com/b0chard/simple-cash-register.git diff --git a/projects/simple-cash-register b/projects/simple-cash-register new file mode 160000 index 0000000..3f580e1 --- /dev/null +++ b/projects/simple-cash-register @@ -0,0 +1 @@ +Subproject commit 3f580e1e5f0ed87d3e62254de1dbce07a178d69b -- 2.39.5