Is there a Git command to force a specific submodule/main module relationship or do I have to manually edit a file in the .git directory?
For example, my main program uses a library common to many projects, but I need to have a particular commit in the library tied to my main program.
I.e., I have been using submodules naively and the relationships are messed up, and I want to fix them.