Branch from local workspace

后端 未结 4 405
逝去的感伤
逝去的感伤 2020-12-24 01:47

I was developing team project and suddenly realised that i\'ve made so many changes, that i need create branch.

I\'ve never used branching in TFS and when i saw \"B

4条回答
  •  旧巷少年郎
    2020-12-24 02:27

    What I would do is:

    • Shelve your work
    • Branch from the appropriate source folder
    • Use TFS Power Tools to unshelve to a different location
    • Check in.

    That way, you get a nice clean branch, and you get a record of the changes you have made.

提交回复
热议问题