1
0
mirror of https://codeberg.org/privacy1st/arch synced 2025-04-05 16:36:00 +02:00
This commit is contained in:
Daniel Langbein 2021-06-26 16:48:17 +02:00
parent f35e657737
commit 53d16da3f9

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