Reputation: 11091
In Visual Studio for mac I connected and checked out a project from git repository. I call context menu by clicking on the project and see this
Could someone tell me where to create a new branch?
Upvotes: 3
Views: 2637
Reputation: 47967
In order to switch to a branch it has to be available locally. If it is not available locally then do the following to setup a local branch:
Now you should be able to switch to that branch from the Solution window or by using the dialog that is currently open, from the Branches tab.
Upvotes: 3