You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a repository (via SSH remote) with multiple submodules, the git panel picks one of the submodules (arbitrarily?) as the git the active git repository, instead of the top-level repository.
Description
Steps to trigger the problem:
Open a git repository with submodules via SSH remote.
Open the git panel.
Look at the active repository/branch selector.
Actual Behavior:
A random(?) submodule is selected as the repository for the git panel to work with, instead of the top-level repository.
Expected Behavior:
The top-level git repository should be selected by default.
The repository picker should have submodules sorted alphabetically. :-)