From 0f8c5cb1b84339782a010e11c59b52364f452f35 Mon Sep 17 00:00:00 2001 From: B Kleinen Date: Fri, 24 Sep 2021 04:02:31 +0200 Subject: [PATCH] specify branch for submodule --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 1025a5a..0c55241 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "themes/hugo-hero-theme"] path = themes/hugo-hero-theme url = git@github.com:seuh2022/hugo-hero-theme.git + branch = master