From d502d0fe515419b4e708b48a25ef9d86552d0356 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:11:36 +0900 Subject: [PATCH] feat(wsl/home/.gitconfig): set submodule.recurse to true (#1161) --- wsl/home/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wsl/home/.gitconfig b/wsl/home/.gitconfig index 9ab8cfda..afa3467c 100644 --- a/wsl/home/.gitconfig +++ b/wsl/home/.gitconfig @@ -9,6 +9,9 @@ [tag] gpgSign = true +[submodule] + recurse = true + [credential "https://github.com"] # set helper to empty to avoid using the default helper # ref: https://github.com/cli/cli/issues/3796#issuecomment-1065150465