Skip to content

Instantly share code, notes, and snippets.

@BROWNPROTON
Created June 19, 2018 03:24
Show Gist options
  • Save BROWNPROTON/da667d7aedce0b869496cd7923e977a8 to your computer and use it in GitHub Desktop.
Save BROWNPROTON/da667d7aedce0b869496cd7923e977a8 to your computer and use it in GitHub Desktop.
# add submodule to track master branch
git submodule add -b master [URL to Git repo];
# update your submodule
git submodule update --remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment