pull_submodule_branches

support.git.pull_submodule_branches.pull_submodule_branches()

Even after calling git submodule update –init –recursive submodule will be on a detached branch. We can remedy this by going into the submodule and calling “get checkout <branch>” and “git pull origin <branch>”