I have a repository where I make use of a library that is available on GitHub.
I added that library as a submodule and I made some modifications to it.
Is it possible that I can now push the commits of the submodule to my own repository?
git push
inside the submodule tries to push to the library's GitHub where I have no access to write.