add submodule

This commit is contained in:
Ryan Voots 2024-07-30 10:35:08 -04:00
parent 9d03fd9d44
commit ed81e7c746
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "CoreProtect"]
path = CoreProtect
url = https://github.com/PlayPro/CoreProtect

1
CoreProtect Submodule

@ -0,0 +1 @@
Subproject commit 888df067f9693893593d40605ee536513dc00005

View file

@ -3,5 +3,5 @@
set -euxo pipefail
git submodule foreach --recursive git fetch --all
git submodule foreach git reset --hard origin/main
git submodule foreach git reset --hard origin/master
git diff-index --quiet HEAD || git commit -am 'Automatic update submodule'