I have a project for example called "A" and within this project, I have a folder called thirdparty
which has 5 submodules: "1", "2", "3", "4", and "5".
When I tag project "A", pull it on my server, and checkout to the tag there is nothing in the thirdparty
folder.
So how do I update the submodules once I have checked out to a tag?
Also is it possible to add the submodules code into the tag so it's a solid head including the submodules at the time of the tag?