Skip to content

Files

Latest commit

d150cec · May 21, 2022

History

History

git-smuir

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
Jan 11, 2022

README.md

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.