Horje
git submodule update Code Example
git load all submodules
git submodule update --init --recursive
git update all submodules
git submodule update --recursive --remote
git update submodule recursive
git submodule update --init --recursive
git submodule update
#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
git clone submodule
git clone --recurse-submodules
git pull onbly submodule
git submodule update --remote <path to the submodule>




Shell

Related
sudo apt install microsoft-edge-dev Code Example sudo apt install microsoft-edge-dev Code Example
shell script to count number of lines in a file Code Example shell script to count number of lines in a file Code Example
download sublime text ubuntu 20.04 Code Example download sublime text ubuntu 20.04 Code Example
git status just shows directory and not files Code Example git status just shows directory and not files Code Example
install github linux Code Example install github linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10