We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc880fb commit c659b89Copy full SHA for c659b89
README.md
@@ -0,0 +1,13 @@
1
+# Gridsuite Aggregator
2
+
3
+Inital clone
4
+```
5
+$ git clone --recurse-submodules --remote-submodules --jobs 8 https://github.com/gridsuite/aggregator
6
+$ git submodule foreach --recursive 'git checkout main'
7
8
9
+Update all
10
11
+# --rebase or --merge as you wish
12
+$ git submodule update --remote --recursive --rebase --jobs 8
13
0 commit comments