参考:tf命令行
假设我将一堆代码更改添加到搁置'foo'和 我有相同源树的另一个副本(在不同的机器中)。
我如何使用命令'tf shelf'检查我对当前源代码的更改?
答案 0 :(得分:0)
全部在文档中:
Working with Team Foundation Source Control from Command Line
tf shelve [/replace] [/comment:("comment"|@commentfile)] [shelvesetname] [/validate][/noprompt] [/login:username,[password]]
tf unshelve [/move] [shelvesetname[;username]] itemspec
[/recursive] [/noprompt]