View TFS changeset details in console

后端 未结 1 1878
野性不改
野性不改 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  /version:C776~C777 /recursive /format:unified
    

    Will give you a diff formatted summary

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