Perbarui submodul
git submodule update --init --recursive
konard
git submodule update --init --recursive
git submodule update --recursive --remote
#https://chrisjean.com/git-submodules-adding-using-removing-and-updating/
#it checks out the specific version of the project and respective submodule recursively (if applicable)
#but not within a branch.
git submodule update --init --recursive
#or
git submodule init && git submodule update --recursive
git pull --recurse-submodules
git submodule update --remote --recursive
git checkout --recurse-submodule
git submodule init
git submodule update