Skip to content

Commit c659b89

Browse files
committed
Add README.md
1 parent bc880fb commit c659b89

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)