Git submodule support?
Hey, I have a project checked out with phpstorm which has a bunch of submodules. Is there anyway inside of phpstorm/intellij to also perform a "git submodule update --init" in the initial clone and than also do the same when changes are subsequently found with the submodules?
Please sign in to leave a comment.
Not yet, please vote for http://youtrack.jetbrains.net/issue/IDEA-64024.
As per the Link pointed to above:
What happens if you add this config option to your super-project's Git configuration?
#!/usr/bin/env bash
git config fetch.recurseSubmodules yes
Are there any news on this?
Watch http://youtrack.jetbrains.net/issue/IDEA-64024 status.