Share via


How to: Branch without getting any files?

If you want to save time and network bandwidth when creating a branch, you can use tf branch /noget or /silent which tells the server not do perform the get operations while branching. The branch will be created but local copies of the items won’t be created on disk, however, they will be downloaded next time you sync your workspace. This also means no more dumping of file names on the console screen which allows the command to return faster.