Track main branch for all submodules in .gitmodules
Playwright Tests / test (push) Has been cancelled

Sets submodule.<name>.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 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 09:20:10 +02:00
co-authored by Claude Sonnet 5
parent 4bb6cce9f3
commit 7a9eb94a13
+5
View File
@@ -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