0

参考:tf 命令行

假设我向搁置“foo”添加了一堆代码更改,并且我有同一源树的另一个副本(在不同的机器上)。

如何使用命令“tf Shelf”将我的更改签出到当前源代码中?

4

1 回答 1

0

它全部在文档中:

从命令行使用 Team Foundation 源代码控制

搁置命令

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

取消搁置命令

tf unshelve [/move] [shelvesetname[;username]] itemspec 
[/recursive] [/noprompt]
于 2013-06-30T03:49:26.747 回答