I have a project which have a git submodule the project is hosted in github.com
i cloned the project, using
git clone git@github.com:myname/myproject.git
after that I did execute these,
git submodule init
git submodule update
and now if I do an update to the submodule codes I cant really push that to the submodule,
PS: i have access to both the project and the submodule, what can this be ?
thanks