Visual Studio 2017 Cannot Move Shelveset to Another Branch

后端 未结 7 806
刺人心
刺人心 2021-02-05 04:20

Since they have supposedly integrated most of the Power Tools functionality into VS2017, the new command \"tf unshelve\" does not work the same as the old command \"tfpt unshelv

7条回答
  •  余生分开走
    2021-02-05 04:58

    Until now (Feb 2020) TSPT is not available in Visual Studio.

    The workaround i found is to create a new Branch and use a tool like WinMerge (http://winmerge.org) to compare and merge changes from Main to the new Branch then when it's all right undo the changes on the main branch.

提交回复
热议问题