Visual Studio 2017 Cannot Move Shelveset to Another Branch

后端 未结 7 790
刺人心
刺人心 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 05:21

    Another probably easier way working with VS2019 is to copy/paste your source folder to the branch target folder and use

    tf reconcile /promote
    

    to detect all added or changed files.

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