Skip to content

Instantly share code, notes, and snippets.

@skinofstars
Created January 26, 2015 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skinofstars/5f51e3529a3c53d5b756 to your computer and use it in GitHub Desktop.
Save skinofstars/5f51e3529a3c53d5b756 to your computer and use it in GitHub Desktop.
pull git submodules
# every time, i forget how to pull submodules on a project where i forgot to do a --recursive clone/pull
git submodule init
git submodule update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment