How to Branch and keep the branch history with TFS 2013

吃可爱长大的小学妹 提交于 2019-12-25 08:59:17

问题


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:


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:



来源:https://stackoverflow.com/questions/36310446/how-to-branch-and-keep-the-branch-history-with-tfs-2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!