Created
November 17, 2022 06:47
-
-
Save williamluisan/f77e1554165af64deef09f221437529c to your computer and use it in GitHub Desktop.
Git Submodule related
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to update your .gitmodules configuration after did some changes | |
git submodule sync | |
# to pull recursively with submodule | |
git submodule update --init --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment