Skip to content

Instantly share code, notes, and snippets.

@williamluisan
Created November 17, 2022 06:47
Show Gist options
  • Save williamluisan/f77e1554165af64deef09f221437529c to your computer and use it in GitHub Desktop.
Save williamluisan/f77e1554165af64deef09f221437529c to your computer and use it in GitHub Desktop.
Git Submodule related
# 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