Horje
Fetch submodules recursively Code Example
git clone recursive
# When cloning repo ...
git clone --recurse-submodules -j8 https://git.example.com/repo.git

# ... or for existing already cloned repo
git submodule update --init --recursive
git clone submodule
git clone --recurse-submodules
git checkout branch and update submodules
git checkout --recurse-submodule
Fetch submodules recursively
#! Fetch and update submodules into an existing project
git submodule update --init --recursive




Shell

Related
install plugins from package.json ionic cordova Code Example install plugins from package.json ionic cordova Code Example
warning: Pulling without specifying how to reconcile divergent branches is discouraged Code Example warning: Pulling without specifying how to reconcile divergent branches is discouraged Code Example
set default terminal ubuntu Code Example set default terminal ubuntu Code Example
toasty android github Code Example toasty android github Code Example
linux unrar multiple files Code Example linux unrar multiple files Code Example

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