Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules to allow unrelated histories during pull
Previously, the script used `git config pull.rebase false` to pull the latest changes from submodules. This has been updated to use `git pull --allow-unrelated-histories` instead. This change ensures that unrelated histories are allowed when pulling changes from the main branch of each submodule.
- Loading branch information