如何从货架上检查更改

时间:2013-06-29 23:07:56

标签: tfs

参考:tf命令行

假设我将一堆代码更改添加到搁置'foo'和 我有相同源树的另一个副本(在不同的机器中)。

我如何使用命令'tf shelf'检查我对当前源代码的更改?

1 个答案:

答案 0 :(得分:0)

全部在文档中:

Working with Team Foundation Source Control from Command Line

Shelve Command

tf shelve  [/replace] [/comment:("comment"|@commentfile)] [shelvesetname] [/validate][/noprompt] [/login:username,[password]]

Unshelve Command

tf unshelve [/move] [shelvesetname[;username]] itemspec 
[/recursive] [/noprompt]