2

I create some test commits and push to Visual Studio Online (VSO), however if I right click on solution and view history, it just show first commit but on VSO I can view all. I checked some old projects, this problem still happen. Any one have solution?

enter image description here

enter image description here

HelloWindowsPhone
  • 680
  • 10
  • 19

1 Answers1

4

You're right-clicking on the solution so Visual Studio is only showing you history of changes to the .SLN file. I know, it's kind of annoying. I use git with VSTS (formerly Visual Studio Online) as well, but I use a combination of SourceTree and command-line for my git stuff. I'm just not a fan of the git integration in Visual Studio.

A similar question was posted on Stack Overflow and that led to an answer on how to do this with the command-line.

Community
  • 1
  • 1
PatrickSteele
  • 14,489
  • 2
  • 51
  • 54