client-root/helper.txt

10 lines
213 B
Plaintext
Raw Normal View History

2019-07-01 16:32:56 -04:00
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!