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.
我的源代码管理文件夹中有很多项目,我可以从服务器存储库工作而不映射本地文件夹吗?
不,但您可以将本地工作区配置为仅映射到您感兴趣的文件夹。您还可以创建多个工作区。
例如:
$/TeamProject/Stuff/MoreStuff/ProjectA
C:\Code\ProjectA
重复您感兴趣的其他项目。
您现在可以选择要在 Source Control Explorer(和 Pending Changes)中使用的工作区。当您在工作区上执行“获取最新”时,您只会获得已映射的文件。