Skip to content

Instantly share code, notes, and snippets.

@ahappyforest
Created January 31, 2013 18:56
Show Gist options
  • Save ahappyforest/4685350 to your computer and use it in GitHub Desktop.
Save ahappyforest/4685350 to your computer and use it in GitHub Desktop.
git submodule add <repo> --recursive [path]
git submodule status --recursive [path]
git submodule summary --recursive [path]
git submodule init --recursive [path]
git submodule update --recursive [path]
git submodule sync --recursive [path]
git submodule foreach --recursive <command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment