Reputation: 53
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:
Am I missing something? Am I supposed to change branches elsewhere?
Thanks.
Upvotes: 3
Views: 4269
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
;
Upvotes: 7
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.
Upvotes: 0