View TFS changeset details in console

后端 未结 1 1867
野性不改
野性不改 2021-01-02 16:31

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 fi

相关标签:
1条回答
  • 2021-01-02 17:03
    tf diff <folder> /version:C776~C777 /recursive /format:unified
    

    Will give you a diff formatted summary

    0 讨论(0)
提交回复
热议问题