real-world-rails
real-world-rails copied to clipboard
Document how to pull, sync, update, clean up
It'll involve something like:
git pull
git submodule sync
git submodule update --init
Also document how to clean up deleted submodules.