Skip to content

Latest commit

 

History

History

git-smuir

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.