Minha estrutura de projeto
ProjectA
-FrameworkA (submodule)
--Twig (submodule of FrameworkA)
Como posso atualizar submódulos recursivamente? Eu já tentei alguns comandos git (na raiz do ProjectA)
git submodule foreach git pull origin master
ou
git submodule foreach --recursive git pull origin master
mas não pode extrair arquivos do Twig.