简体   繁体   中英

Creating Git branch in Azure, how to connect or check out in Visual Studio

I created a Git branch in Azure devops, and selected to clone it in VS. When it opened VS, it listed a git path and a local path. When it loads, Im not pointed at the feature branch I just created, but master.

In VS Team explorer, in branches, I do not see this new branch listed either locally, or under remotes. How do I connect to it and why wasnt it brought down when I cloned?

Is the preferred workflow to create a feature branch from VS, then push to the remote?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM