I have added a submodule to an ADO repository:
.gitmodules
[submodule "public"]
path = public
url = https://xyz.visualstudio.com/DefaultCollection/abc/_git/STW-Sol-public
Is there a git command to update .gitmodules for specifying a branch name?