From 11a3506571ef8c23e222dc54a73df41d9a05f339 Mon Sep 17 00:00:00 2001 From: jasperalbers Date: Mon, 6 Dec 2021 10:18:16 +0100 Subject: [PATCH 1/2] update submodules to main --- .gitmodules | 5 +++++ models | 2 +- plot | 2 +- results | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 606ec38..85e74e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,14 @@ [submodule "results"] path = results url = https://gin.g-node.org/nest/benchmark-results.git + branch = main [submodule "models"] path = models url = https://github.com/INM-6/benchmark-models.git + branch = main [submodule "plot"] path = plot url = https://github.com/INM-6/benchplot.git + branch = main +[submodule "result"] + branch = main diff --git a/models b/models index bf62eed..8238ad5 160000 --- a/models +++ b/models @@ -1 +1 @@ -Subproject commit bf62eede12bac3c936dc92a105e57ce1512303de +Subproject commit 8238ad5e9584aea62e8d2a5b9c35a4de24f5199f diff --git a/plot b/plot index cea26c2..5007536 160000 --- a/plot +++ b/plot @@ -1 +1 @@ -Subproject commit cea26c2fd1ec20202ea228f3a5bee9f8f0e55e3c +Subproject commit 500753678bd63651b87075285f7c326720bc67ea diff --git a/results b/results index 9d44ab3..ac70263 160000 --- a/results +++ b/results @@ -1 +1 @@ -Subproject commit 9d44ab3290fb400f946834577388d215f408e6ac +Subproject commit ac70263545284fb5c7e6a4548769d069d3c86a72 From 3342acd2f907c5b4f385f8a6b9b526b0b8744d86 Mon Sep 17 00:00:00 2001 From: jasperalbers Date: Mon, 6 Dec 2021 10:24:27 +0100 Subject: [PATCH 2/2] remove submodule added by mistake --- .gitmodules | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 85e74e1..d5399cb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,5 +10,3 @@ path = plot url = https://github.com/INM-6/benchplot.git branch = main -[submodule "result"] - branch = main