Hello.
Every time I open Visual Studio I have to do a Get Latest from several sources to get my code updated. Repetitive tasks are the measure which defines a good programmer, so that’s why a few years ago, I created a BAT file with the following content
TF.exe get “$/ location1/sampling/dev” recursive force
TF.exe get “$/ location2/sampleB/dev” recursive force
TF.exe get “$/ location2/sampleB/main” recursive force
So simple, no?, with one click I get the latest code of these 3 branches.
Greetings @ La Finca
El Bruno
Leave a comment