View TFS changeset details in console

百般思念 提交于 2019-11-29 19:55:04

问题


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:


tf diff <folder> /version:C776~C777 /recursive /format:unified

Will give you a diff formatted summary



来源:https://stackoverflow.com/questions/8006806/view-tfs-changeset-details-in-console

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