How do you locate in GitHub a specific commit of a submodule from code that was cloned but is no longer in GitHub?
For example, I have a project that uses submodule A that in turns uses submodules B and C. I have all the source in my hard drive. Using this source, I just need to locate in GitHub a specific commit for the submodules, somehow.
Can this be done?