berney_mark
berney_mark

Reputation: 53

Can't Change Branches on Visual Studio Mac

I have recently started a project on my Windows PC which I want to be able to take with my on my Mac. My friends and I are learning Git together.

I am having trouble finding where you change branches on macOS Visual Studio.

Pictured: 'Version Control' menu on macOS:

enter image description here

Am I missing something? Am I supposed to change branches elsewhere?

Thanks.

Upvotes: 3

Views: 4269

Answers (2)

Sabri Mevis
Sabri Mevis

Reputation: 2431

If your branch is newly created and you want to switch from previous branch to the new one you should click on Version Control -> Manage Branches and Remotes and come to the Remote Sources, select newly created branch and do the following. After that your branch will be visible in Branches section. Just select and click on Switch to Branch;

enter image description here

enter image description here

Upvotes: 7

Hayden Coe
Hayden Coe

Reputation: 1

On my Mac I have the following as seen in this pic. From the "manage branches and repositories," you can create and switch to a different branch.

enter image description here

Upvotes: 0

Related Questions