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

View file

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