Closed dovy closed 10 years ago
Heroku doesn't play well with private submodules, because the only way to authenticate them is to add the user and password in the submodule url, and that exposes your passwords to anyone looking at your repo. I suggest you to try git subtrees instead.
Yes, use subtrees, they play nicely. See https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt for instructions.
How can I make this happen?