From de3e3b165b8f8de045b4fb0e909596806f1cc8c3 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 25 May 2022 15:25:41 -0700 Subject: [PATCH] [git] always update submodules --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index d864fe1..23446d8 100644 --- a/.gitconfig +++ b/.gitconfig @@ -74,6 +74,7 @@ fsckobjects = true [submodule] fetchJobs = 4 + recurse = true [commit] verbose = true [filter "alfredworkflow"]