How to Branch and keep the branch history with TFS

2019-09-09 15:32发布

I need to create a branch in TFS and copy the code and the history from the parent branch.

I am using TFS 2013 with Visual Studio 2013, is there a way to easily do this ?

1条回答
姐就是有狂的资本
2楼-- · 2019-09-09 16:24

Branching is a technique for creating a parallel set of versions of your files. So the branch will have the same codebase as parent branch.

Regarding the history, the file will keep the history under the branch change, check the screenshot below:

enter image description here

查看更多
登录 后发表回答