If I update the git repository of the submodule of my project, It's not updated in automatic when I do the `Pull` command...
a way to solve this is use a command like this:
`git submodule update --init --force --remote`
but is not a good way to use it