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.