From 40d7f37c2af7290b1106322e45cb905ae79ebb14 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2024 19:20:33 +0100 Subject: [PATCH] Specify the remote branch name --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index b9d604ad0..6d2e1ab49 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "source/_pages/atdc"] path = source/_pages/atdc url = git@github.com:opdavies/atdc-pages.git + branch = main