In TFS, I can do:
> tf get /preview
to find out which files have changed since the last synchronization. But I want to know what changes these file changes apply to. Something like the output of 'tf history' as applied to changes that I am missing.
Is there a built-in way to do this?
(Note: I'm a command line person, so the answer that uses the IDE is of less importance to me.)
source
share