我知道这可以通过此链接How to Branch and keep the branch history with TFS 2013
通过IDE实现但是,我想通过tf命令实现这一点。我试过历史,而不是想要的结果。
答案 0 :(得分:0)
您可能需要使用tf branchs
命令而不是tf history
命令,该命令显示指定文件或文件夹的分支历史记录。
tf branches itemspec [/version:versionspec] [/collection:TeamProjectCollectionUrl] [/login:username,[password]]
更多详细信息,请参阅MSDN中的链接:Branches Command