From c86d85c99fa20fad79f0781725ede7fc50e47b5d Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 19 Feb 2024 16:54:47 +0100 Subject: [PATCH] #1 [Ticket] Make Submodules track their Master branch --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index d5d1044..d275d78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule "License"] path = License url = git@git.euph.dev:Euph/License.git + branch = master [submodule "Code_of_Conduct"] path = Code_of_Conduct url = git@git.euph.dev:Euph/Code_of_Conduct.git + branch = master [submodule "Code_Standards"] path = Code_Standards url = git@git.euph.dev:Euph/Code_Standards.wiki.git + branch = master