Creating a Patch with TFS

后端 未结 3 499
不知归路
不知归路 2021-01-30 15:56

Creating a patch is very easy in SubVersion, With Tortoise, you right-click and select Create Patch. But for the life of me, I can\'t find this functionality in TFS. Is this pos

3条回答
  •  梦毁少年i
    2021-01-30 16:30

    tf diff /shelveset:shelveset /format:unified
    

    Edit: This writes to standard output. You can pipe the output to a file.

    For more options, see Difference Command.

提交回复
热议问题