From cf037f13f79953d08ef7c393d5a33770452124e3 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 25 Oct 2025 00:50:16 -0500 Subject: [PATCH] Tell the submodule to use the main branch --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 3c67a64..06b1c38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "notes"] path = notes url = git@github.com:jbranchaud/til-notes-private.git + branch = main