Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 239 Bytes

File metadata and controls

14 lines (9 loc) · 239 Bytes

Update the submodule (from current remote repository):

git submodule sync --recursive

Or,

Update the submodule (from the official remote repository of the sub module):

git submodule update --remote --recursive