J'ai ajouté un sous-module dans mon arborescence de dossiers git principale et je n'ai rien changé, mais il apparaît modifié. Que dois-je faire à ce sujet ?
$ git status
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: example.com/soundmanager
#
no changes added to commit (use "git add" and/or "git commit -a")
J'ai essayé une mise à jour du sous-module git, mais cela ne fait rien.