Skip to content

Instantly share code, notes, and snippets.

@awatson1978
Last active August 8, 2016 02:44
Show Gist options
  • Save awatson1978/83174af4305e18127440 to your computer and use it in GitHub Desktop.
Save awatson1978/83174af4305e18127440 to your computer and use it in GitHub Desktop.
Adding Example Gitmodules to Cookbook
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