Skip to content

Instantly share code, notes, and snippets.

@skldt
Forked from lotus128/git-submodules-initialize.sh
Created January 28, 2019 10:06
Show Gist options
  • Save skldt/710e8bbd2b0555f47a99017d04154324 to your computer and use it in GitHub Desktop.
Save skldt/710e8bbd2b0555f47a99017d04154324 to your computer and use it in GitHub Desktop.
Initialize git submodules
git submodule init
git submodule update --recursive -- remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment