Working with Submodules

I’m using submodules in my current application. All over the place. And I’ve hit some issues with using them properly. Regardless of the warnings I’ve read about, I still did things in the wrong order. cd ./subm git checkout master git commit -a -m “commit to submodule” git push cd .. git add subm git … Continue reading Working with Submodules