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.
我是 Team Foundation Server 的新手,所以我想知道“Shelve Pending Changes”在 Team Foundation Server 中的作用。我在 Codeplex 上使用项目的 TFS。
Shelve Pending Changes 将您的代码更改存储在服务器上,但不会将它们提交到分支。以下是我使用它的一些原因:
关于搁置更改需要了解的一件事:当您取消搁置时,您会按原样获取文件。如果其他人在您搁置后修改了文件,则不会发生合并。所以我不建议长期搁置更改。