When interacting with TFS from the command line, the tf status
command has an undocumented flag named /nodetect
. What is it for? What does it do?
My best guess is that it prevents it from trying to be smart about detecting changed files, but I can't seem to verify any change in behaviour when running the command with that flag.