Do not recurse submodules in git pull

This commit is contained in:
Jeremy Soller 2024-01-10 14:09:06 -07:00
parent a67519dcf2
commit 76d1ba2ad8
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ else
endif
pull:
git pull --recurse-submodules
git pull
git submodule sync --recursive
git submodule update --recursive --init