I have a git submodule in my main git repo. As I understand it, the main repo stores a SHA value (somewhere...), pointing to the specific commit of the submodule that it is \"li
I wanted to disregard any changes in submodule and in my module also
The below command helped me:
git submodule update --init --recursive