I've checked out a bunch of files from TFS in VS2010 and made changes to several of them. How can I see which files I actually made changes to?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Use the TFS power tools. Open a visual studio command prompt, navigate to your workspace and then type
tfpt uu /noget /recursive
This will undo any pending changes on files that haven't been modified
回答2:
Is View -> Other Windows -> Pending Changes
what you are looking for? That lists all of the changes in your selected workspace that are pending a check-in. It looks (and behaves) differently in VS2010, but here's what it looks like in VS2012.
回答3:
To add to hawkke's answer, I use CTRL-K C to show the pending changes window - very useful.
(hit ctrl-k and the then 'C' key right after).