This commit is contained in:
Daniel Langbein 2021-06-26 16:48:17 +02:00
parent f35e657737
commit 53d16da3f9

View File

@ -21,7 +21,7 @@ To initialize the submodules, run
git submodule init git submodule init
``` ```
To update all submodules, run To update all submodules and print a list of those who received an update, run
```shell ```shell
if stdout="$(git submodule update --remote)"; then if stdout="$(git submodule update --remote)"; then