“Aktualizacja submodułu git” Kod odpowiedzi

Załaduj wszystkie submoduły

git submodule update --init --recursive
konard

Zaktualizuj wszystkie submoduły

git submodule update --recursive --remote
Kenny Nuylla

Aktualizacja submodułu 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

Git Update Imodule Recursive

git submodule update --init --recursive
Proud Polecat

Aktualizacja submodułu github

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

Git Smoduł Klonu

git clone --recurse-submodules
Colorful Cardinal

Odpowiedzi podobne do “Aktualizacja submodułu git”

Pytania podobne do “Aktualizacja submodułu git”

Więcej pokrewnych odpowiedzi na “Aktualizacja submodułu git” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu