0

I have two branches "master" and "somebranch". In Visual Studio 2013 Professional how to compare git branch "somebranch" to "master" branch?

  • This should help http://jeremybytes.blogspot.ie/2014/12/getting-used-to-git-in-visual-studio.html – gpullen Dec 23 '15 at 09:01
  • @gpullen Ty for the link, but it doesn't work. This `We can also easily do comparisons. If we select both the "07-TestBranch" and the "03-Await" items, right click and choose "Compare...", we get the difference window that we saw in a previous article:` doesn't work. I select two items "somebranch" and "master", right-click mouse and see no "Compare...". – Developer Marius Žilėnas Dec 23 '15 at 09:08
  • This is how it looks https://dl.dropbox.com/s/jeb9o7txapsr5l0/OnPaste.20151223-111251.png?dl=0 – Developer Marius Žilėnas Dec 23 '15 at 09:21

1 Answers1

0

Apparently this is only available in the 2017 version, it is at least not available in 2015 and presumably not in 2013 either (although the blogpost is from 2014 so I am not sure what the deal is).

hlovdal
  • 26,565
  • 10
  • 94
  • 165