From 871eefb057880932d759396df2c0e5f1664ba2c8 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Sun, 19 Jul 2026 10:49:18 -0500 Subject: [PATCH] chore: update gitconfig template --- dot_gitconfig.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index eb7bb5c..0e78786 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -10,3 +10,5 @@ [alias] acp = "! acp() { git add . && git commit -am \"$1\" && git push ; } ; acp" acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp" +[submodule] + recurse = true