TFS and VS2015: how to diff large amount of changed files?

I'm currently refactoring a large set of files. I currently have 450 files in my pending changes list. The refactoring has been done mostly in automated fashion using ReSharper.

I want to preview these changes before I check them in. I am currently selecting each file and clicking "Compare with Latest Version" on each of them. This is slow and takes a lot of effort.

Is there any way to create a github-style diff (with VS2015/TFS) that lists all the files and all the diffs in a single listing? Such as for example this:

https://github.com/angular/angular.js/commit/828a2757b2e04a3bec12012c127812559fab78e3

If not, are there any other ways that could be used for previewing the diffs faster?


After further googling I found Diff All Files for VS2015 add-on which does exactly what I wanted. It allows to combine all file changes into a single united diff.

https://marketplace.visualstudio.com/items?itemName=deadlydog.DiffAllFilesforVS2015

链接地址: http://www.djcxy.com/p/47120.html

上一篇: 环境变量替代sed

下一篇: TFS和VS2015:如何区分大量更改的文件?