Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 296 Bytes

index.md

File metadata and controls

18 lines (12 loc) · 296 Bytes

git smuir

submodule update with initialize and recursive; this is useful to bring a submodule fully up to date.

Git alias:

# git smuir:
smuir = submodule update --init --recursive

Example:

git smuir foo

This can be useful to bring a submodule fully up to date.