I am relatively new to git submodules.
I know that parent repo tracks particular commit of submodule so I make a change in my submodule I have to explicitly update the commit id and push it to server. I feel this is a burden on me as a developer.
How do tell git to always track master branch of my submodule? I have already set up repo and added submodule.