From 475a4a1563e9ddddbb81df8a30e312f5bed19cd4 Mon Sep 17 00:00:00 2001 From: bochard Date: Sun, 6 Jul 2025 11:49:11 +0800 Subject: [PATCH] removed some unnecessary git submodules --- .gitmodules | 24 ------------------------ sync-works.sh | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) mode change 100755 => 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules old mode 100755 new mode 100644 index 53263de..a5aabe1 --- a/.gitmodules +++ b/.gitmodules @@ -1,27 +1,3 @@ -[submodule "projects/palindrome-checker"] - path = projects/palindrome-checker - url = https://github.com/b0chard/palindrome-checker.git -[submodule "projects/roman-numeral-converter"] - path = projects/roman-numeral-converter - url = https://github.com/b0chard/roman-numeral-converter.git -[submodule "projects/temperature-converter"] - path = projects/temperature-converter - url = https://github.com/b0chard/temperature-converter.git -[submodule "projects/drum-ka-dum"] - path = projects/drum-ka-dum - url = https://github.com/b0chard/drum-ka-dum.git -[submodule "projects/simple-cash-register"] - path = projects/simple-cash-register - url = https://github.com/b0chard/simple-cash-register.git -[submodule "memories/maia-18th-bday"] - path = memories/maia-18th-bday - url = https://github.com/b0chard/happy-18th-birthday-maia.git -[submodule "projects/basic-calc"] - path = projects/basic-calc - url = https://github.com/b0chard/basic-calc.git -[submodule "projects/signup-login-system"] - path = projects/signup-login-system - url = https://github.com/b0chard/signup-login-system.git [submodule "works-tmp/temperature-converter"] path = works-tmp/temperature-converter url = git@github.com:b0chard/temperature-converter.git diff --git a/sync-works.sh b/sync-works.sh index a75e64f..8879fc0 100755 --- a/sync-works.sh +++ b/sync-works.sh @@ -46,7 +46,7 @@ done echo "Staging changes in $worksBase..." git add "$worksBase/" -# echo "Committing changes..." -# git commit -m "Sync latest updates from $tmpBase to $worksBase directory." || echo "Nothing to commit." +echo "Committing changes..." +git commit -m "Sync latest updates from $tmpBase to $worksBase directory." || echo "Nothing to commit." echo "done." \ No newline at end of file -- 2.39.5