From 84d508ab0c47d56ccd2c13d4e0537ccbd2b42835 Mon Sep 17 00:00:00 2001 From: Andrea Antonello Date: Tue, 4 Apr 2023 15:02:16 +0200 Subject: [PATCH] testing other submodule config --- .gitmodules | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index ee9d7761..4ac4b25b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,8 @@ -[submodule ".flutter"] - path = .flutter - url = https://github.com/flutter/flutter.git - branch = stable +[submodule "flutter"] + path = .flutter + url = https://github.com/flutter/flutter.git + branch = stable +# [submodule ".flutter"] +# path = .flutter +# url = https://github.com/flutter/flutter.git +# branch = stable