Every time I switch to different branch via SourceTree it executes this command (besides switching branch command)
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init --recursive
What's the point of it?