Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 TFS 并希望查看包含多个文件更改的变更集上的所有更改。在 GUI 中查看它效率不高,因为我必须打开每个文件。我想要做的是告诉控制台上的 TFS 向我显示对变更集编号 777 中所有文件的所有更改。是否有执行此操作的命令?
tf diff <folder> /version:C776~C777 /recursive /format:unified
会给你一个差异格式的总结