So I have repo A and inside this repo I have repo B as a submodule. Whenever I clone my repo A from github it always comes with whatever was the head of repo B when I made the project. Is there a way to make it so that when I clone repo A it always comes with the latest repo B in the submodule? This was my entire purpose of learning about submodules (i am new to all of this) was to always have that repo have the latest submodule...
With the current behavior I could have just made it include a hard copy of the repo since I still have to go in and do manual updates.