From 7a9eb94a13bc089bddfc7cedd2defac8bbb9942e Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 21 Jul 2026 09:20:10 +0200 Subject: [PATCH] Track main branch for all submodules in .gitmodules Sets submodule..branch = main so `git submodule update --remote` resolves each submodule to the tip of main without needing a per-invocation --branch argument. Co-Authored-By: Claude Sonnet 5 --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitmodules b/.gitmodules index 61f0707..64c9710 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,20 @@ [submodule "OCORE"] path = OCORE url = https://git.processweb.de/Stefan/OCORE.git + branch = main [submodule "OCORE_web"] path = OCORE_web url = https://git.processweb.de/Stefan/OCORE_web.git + branch = main [submodule "OCORE_web_pdf"] path = OCORE_web_pdf url = https://git.processweb.de/Stefan/OCORE_web_pdf.git + branch = main [submodule "OCORE_Charting"] path = OCORE_Charting url = https://git.processweb.de/Stefan/OCORE_Charting.git + branch = main [submodule "eRechnungLib"] path = eRechnungLib url = https://git.processweb.de/ProcessWeb_Tools/eRechnungLib.git + branch = main