Last active
April 17, 2017 05:49
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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