In Visual Studio 2015 connected to a team project on TFS 2015, I can go to Team Viewer -> Pending Changes
and I can see a list of files in my (local) workspace which are "adds" but have not yet been promoted to source control. These are listed in a hyperlink such as Detected: 121 add(s), 0 delete(s)
. When I click on this link a window is opened listing all of the added files where I can select all -> right click -> delete
How can this be done with tf.exe?