diff options
| author | 2024-03-04 08:53:01 +0800 | |
|---|---|---|
| committer | 2024-03-04 08:53:01 +0800 | |
| commit | 93d2670039f7d68546a68eb0a917209b393b6527 (patch) | |
| tree | 6ebc65ffa908f20cf17f0ac2080c320d92e9adb2 | |
| parent | 1dec684f34ee7d52737cd33fa0a37a0de011894e (diff) | |
| download | HydroRoll-93d2670039f7d68546a68eb0a917209b393b6527.tar.gz HydroRoll-93d2670039f7d68546a68eb0a917209b393b6527.zip | |
fix(gitmodules): add branch for sub modules
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e95bcf8..9c4d6d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "hydro_roll_core"] path = hydro_roll_core url = https://github.com/HydroRoll-Team/HydroRollCore + branch = main [submodule "nivis_python"] path = nivis_python url = https://github.com/HydroRoll-Team/nivis-python + branch = main
\ No newline at end of file |
