Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Last active April 17, 2017 05:49
Show Gist options
  • Save nickdavis/4965f0bd63e24a5231d5f0e770b3780d to your computer and use it in GitHub Desktop.
Save nickdavis/4965f0bd63e24a5231d5f0e770b3780d to your computer and use it in GitHub Desktop.
Sample .gitmodules file (tested and working with WP Engine git push, as long as .gitmodules is included in .gitignore)
[submodule "vendor/library-name"]
path = vendor/library-name
url = https://github.com/nickdavis/library-name
[submodule "vendor/library-name-2"]
path = vendor/library-name-2
url = https://github.com/nickdavis/library-name-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment