We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74095c8 commit bffcd73Copy full SHA for bffcd73
build-dev.ps1
@@ -1,9 +1,6 @@
1
# Ensure all submodules are checked out with the latest main. (Useful for docs development.)
2
-git submodule update --init --recursive
3
-
4
-# Enable the following lines should there be any issues.
5
-# git submodule foreach git rm --cached -r .
6
-# git submodule foreach git reset --hard origin/main
+git submodule foreach git rm --cached -r .
+git submodule foreach git reset --hard origin/main
7
8
git submodule foreach git pull -f origin main --recurse-submodules
9
0 commit comments