Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When submodules have submodules... #426

Open
eyeseast opened this issue May 25, 2016 · 0 comments
Open

When submodules have submodules... #426

eyeseast opened this issue May 25, 2016 · 0 comments

Comments

@eyeseast
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant