From 15e9d32252744fc5a031a5be560f812cc0625c0c Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Thu, 27 May 2021 00:38:27 +0200
Subject: [PATCH] fix git submodule versions, no branch tracking

---
 .gitmodules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 9c4be8bab..e13a79946 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,10 +1,8 @@
 [submodule "modules/data"]
     path = modules/data
     url = ../../AirShowerPhysics/corsika-data.git
-    branch = master
     shallow = true
 [submodule "modules/conex"]
 	path = modules/conex
 	url = ../../AirShowerPhysics/cxroot.git
-	branch = master
 	shallow = true
-- 
GitLab