The Project is having one sub module and is pointing to one particular SHA (ex 62726c
) of that submodule.
So each time on running git submodule update --init
the submodule directory is showing the changes of that SHA (62726c
) only.
Recently I made change to the submodule and pushed the changes SHA (f81611
) but as mentioned above the HEAD of the submodule is still pointing to old SHA 62726c
.