set the submodules back up at the end of reset-repo.bash

This commit is contained in:
ryleu
2026-04-10 19:56:44 -05:00
parent 358380c23c
commit e1cb23ed00

View File

@@ -24,6 +24,7 @@ git submodule deinit --all -f && echo "- submodules gone"
git clean -fdx && echo "- gitignored changes gone"
git add -A
git reset HEAD --hard && echo "- everything else gone"
git submodule update --init --recursive && echo "- brought the submodules back"
echo
echo "in theory that should've done it. let's make sure"