Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
参考:tf 命令行
假设我向搁置“foo”添加了一堆代码更改,并且我有同一源树的另一个副本(在不同的机器上)。
如何使用命令“tf Shelf”将我的更改签出到当前源代码中?
它全部在文档中:
从命令行使用 Team Foundation 源代码控制
搁置命令
tf shelve [/replace] [/comment:("comment"|@commentfile)] [shelvesetname] [/validate][/noprompt] [/login:username,[password]]
取消搁置命令
tf unshelve [/move] [shelvesetname[;username]] itemspec [/recursive] [/noprompt]