View TFS changeset details in console

2019-02-09 17:14发布

I am using TFS and want to view all changes on a changeset that contains changes in several files. Viewing this in the GUI is not efficient as I have to open every single file. What I want to do is to tell TFS on the console to show me all the changes to all files in changeset number 777. Is there a command to do this?

1条回答
神经病院院长
2楼-- · 2019-02-09 17:49
tf diff <folder> /version:C776~C777 /recursive /format:unified

Will give you a diff formatted summary

查看更多
登录 后发表回答