From 893664c76358d4f5c9031dc02150db7d3c6804c3 Mon Sep 17 00:00:00 2001 From: MiKyung Lee <58964324+mlee03@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:15:20 -0400 Subject: [PATCH] add branch to gitmodules (#70) Co-authored-by: mlee03 --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 016ffa0e..9f16caae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,9 +2,12 @@ [submodule "NDSL"] path = NDSL url = https://github.com/NOAA-GFDL/NDSL.git + branch = develop [submodule "pyFV3"] path = pyFV3 url = https://github.com/NOAA-GFDL/PyFV3.git + branch = develop [submodule "pySHiELD"] path = pySHiELD url = https://github.com/NOAA-GFDL/PySHiELD.git + branch = develop