“Atualize o submodule git” Respostas de código

Atualizar submódulos

git submodule update --init --recursive
konard

Atualização do Git todos os submódulos

git submodule update --recursive --remote
Kenny Nuylla

Atualização do submódulo Git

#https://chrisjean.com/git-submodules-adding-using-removing-and-updating/

#it checks out the specific version of the project and respective submodule recursively (if applicable)
#but not within a branch.
git submodule update --init --recursive

#or
git submodule init && git submodule update --recursive
DreamCoder

Atualize o submodule github

git pull --recurse-submodules
git submodule update --remote --recursive
Sore Stork

Filial de check -out de git e submódulos de atualização

git checkout --recurse-submodule
Pleasant Pheasant

Atualize o submodule git

git submodule init
git submodule update
Merwanski

Respostas semelhantes a “Atualize o submodule git”

Perguntas semelhantes a “Atualize o submodule git”

Mais respostas relacionadas para “Atualize o submodule git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código