Git命令从TFVC转移到TFS Git

时间:2015-07-16 17:58:55

标签: git tfs git-tf

尝试使用相对于我的设置的路径

执行以下操作
git tf clone https://nakedalm.visualstudio.com/DefaultCollection $/TfsExtensions/TfPlugable c:\temp\TfPlugable
cd C:\Users\MrHinsh\Source\Repos\TfPlugable
git remote add tfplugable-tfvc-branch c:\temp\TfPlugable
git pull tfplugable-tfvc-branch master --deep
git checkin

当我使用标签--deep时,它表示"错误:未知选项'深'

使用following blog post应用的方法。

0 个答案:

没有答案