How to move from Git Submodule to Visual Studio Multi Repo

451 views Asked by At

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!

0

There are 0 answers