Right now I have a main repo that contains and uses another repo as a submodule.
I want to move to VS Multi Repo and I'm looking for a way to point my SubRepo's branch, same as Git Submodule uses .gitmodules file.
Is there a way to use VS Multi Repo and control subRepo's branch? Thanks!