Skip to content

Commit

Permalink
Update build-dev.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Feb 27, 2023
1 parent 74095c8 commit bffcd73
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build-dev.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Ensure all submodules are checked out with the latest main. (Useful for docs development.)
git submodule update --init --recursive

# Enable the following lines should there be any issues.
# git submodule foreach git rm --cached -r .
# git submodule foreach git reset --hard origin/main
git submodule foreach git rm --cached -r .
git submodule foreach git reset --hard origin/main

git submodule foreach git pull -f origin main --recurse-submodules

Expand Down

0 comments on commit bffcd73

Please sign in to comment.