Toggle navigation
4
MINDS
Home
Sobre
Contato
Entrar
4
MINDS
4MINDS Gestão de Conhecimento
Wiorking with git submodules
Publicado por
Ricardo Bocchi
, 1 de maio de 2023
Dicas Programação
Git
5026 Acessos
Baixar em PDF
add submodule
git submodule add https://github.com/mobilemindtec/repoName.git
pull all submodules
git submodule foreach git pull origin master
pull all submodules
git submodule foreach git push origin master