Reputation: 69757
I'm sure something is wrong with my git directory.
I set up my submodule using
git submodule add ssh://someUrl/confusionutil.git confusionUtil
and this all works well. Seems like the submodule is acting right and has a .git file that says:
gitdir: ../.git/modules/confusionUtil
However: Gitbox doesn't recognize it as a submodule (nor as a git repo)... it does with another submodule I'm using, so...
Ideas? What could be wrong with my submodule?
Upvotes: 2
Views: 255