]> git.bochard.net Git - mysite.git/commitdiff
removed some unnecessary git submodules
authorbochard <mail@bochard.net>
Sun, 6 Jul 2025 03:49:11 +0000 (11:49 +0800)
committerbochard <mail@bochard.net>
Sun, 6 Jul 2025 03:49:11 +0000 (11:49 +0800)
.gitmodules [changed mode: 0755->0644]
sync-works.sh

old mode 100755 (executable)
new mode 100644 (file)
index 53263de..a5aabe1
@@ -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
index a75e64fccac2c3a97bee196e62ad5f66477b9d16..8879fc0c20a70b51c1a0031f2f12289713fdf5ee 100755 (executable)
@@ -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