You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a blueprint repo with a submodule containing shared fonts (which is private, because $$$). When I start a new project, the blueprint gets added as a submodule, but its own submodules aren't added.
This is easy enough to fix after starting a project:
cd _blueprint
git submodule init
git submodule update
But it would be nice to do this automatically (without having to add a hook to my blueprint, which is also doable).
The text was updated successfully, but these errors were encountered:
I have a blueprint repo with a submodule containing shared fonts (which is private, because $$$). When I start a new project, the blueprint gets added as a submodule, but its own submodules aren't added.
This is easy enough to fix after starting a project:
cd _blueprint git submodule init git submodule update
But it would be nice to do this automatically (without having to add a hook to my blueprint, which is also doable).
The text was updated successfully, but these errors were encountered: