I\'ve added a submodule in my main git folder tree and haven\'t changed anything but it\'s showing up modified. What do I do about this?
$ git status # On branc
I used the following git command to resolve this problem:
git submodule update --init --recursive