xxxxxxxxxx
If you want to switch to a branch youhave never tracked before.
After you have changed the branch in .gitmodules, do the following:
'git submodule update --init --recursive --remote'
'cd <submodule_name>'
'git checkout <new_branch_name>'