Can i set up SourceTree as external tool in Visual Studio to view log for current file?

♀尐吖头ヾ 提交于 2019-12-05 06:03:00
VonC

Visual Studio 2012 means:

  • either using Git Extensions, and you can easily call a log on a specific file there.

  • or using VS Tools for Git extension (included by default is VS 2013), and there you have to select the file in the explorer to see its history:


    But:
    That doesn't mean you have too "search" for that file though, since you can synchronize the Editor with the Explorer:

    Tools - Options - Projects and Solutions - General - Track Active Item In Solution Explorer

(or use this extension).

That seems easier than install/declare a third-party tool.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!