I am using Git with Visual Studio Online in Visual Studio 2015 and am trying to figure out how to create a branch.
This is the usual answer on the internet: https://msdn.microsoft.com/en-us/library/hh850437.aspx & https://msdn.microsoft.com/en-us/library/jj190809.aspx#create
If you check the image it shows the branch and the drop down arrow where I assume you can create a branch. But in Visual Studio 2105 the dropdown is not there and when I click on the link it goes to branches.
But there is only Merge, Rebase, and Actions dropdowns. There is no new branch.
So how can I create a new branch in Visual Studio 2015?