From 3d2ddba2c73beae834b0e311ad2d3dace422ef69 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