recursive update

This commit is contained in:
BuckarooBanzay 2022-01-29 14:35:01 +01:00
parent 9b5fcd32e0
commit 425aa487c8

View File

@ -7,7 +7,7 @@ git submodule sync
# initialize new repos # initialize new repos
git submodule init git submodule init
# update commits # update commits
git submodule update git submodule update --init --recursive
# remove unversioned files # remove unversioned files
git clean -dff git clean -dff