Last active
August 8, 2016 02:44
-
-
Save awatson1978/83174af4305e18127440 to your computer and use it in GitHub Desktop.
Adding Example Gitmodules to Cookbook
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
cd examples | |
git clone https://github.com/awatson1978/clinical-scheduling.git | |
git add --all . | |
git submodule init | |
git submodule update | |
git commit -a -m 'added submodules' | |
git push origin master | |
https://github.com/blog/2104-working-with-submodules | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment