1. Enable "Perform submodule actions recursively"
2. git pull
Function is missing. It should be
```
git pull --recurse-submodules
```
Hi @Frank
Welcome to the Atlassian community!
When you enable that option, Sourcetree runs a standard git pull followed sequentially by git submodule update, rather than appending the --recurse-submodules flag directly to the pull command.
pull --recurse-submodules
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.