client-root/helper.txt
2019-07-01 22:32:56 +02:00

10 lines
213 B
Plaintext

Update/initialize git submodules (Using the refs given!):
#Update the module
git submodule update --init --recursive
#Resetting local made changes
git submodule foreach git reset --hard
build_event.sh updated!