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?

0
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

Are there any news on this?

0

请先登录再写评论。