Suppose we have some git submodule in the submodule directory. Now I am doing the following commands:
* (no branch)
master
If the submodule located in the submodule directory has many branches - how can I find which one I should check? I know that git only remembers the git hash of the submodule and not the branch name - so how do I find the branch name?
source
share