recursive update

master
BuckarooBanzay 2022-01-29 14:35:01 +01:00
parent 9b5fcd32e0
commit 425aa487c8
1 changed files with 1 additions and 1 deletions

View File

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