From 3e82fb17223611b5bffe3755b59ee8f6c2fd263e Mon Sep 17 00:00:00 2001 From: Jordy Ruiz Date: Sun, 11 Nov 2018 13:46:50 +0100 Subject: [PATCH] Add branch info (master) to .gitmodules --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 0c68cacd..ecfa9682 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "datasrc/languages"] path = datasrc/languages url = git://github.com/teeworlds/teeworlds-translation.git + branch = master [submodule "datasrc/maps"] path = datasrc/maps url = git://github.com/teeworlds/teeworlds-maps.git + branch = master