In our team it is allowed to make commits only after code review is done.
So quite often colleagues send you a code review request. How are you going to see it available in Visual Studio while connected to local repository instead of Team Server?
In our team it is allowed to make commits only after code review is done.
So quite often colleagues send you a code review request. How are you going to see it available in Visual Studio while connected to local repository instead of Team Server?
Keep a second Visual Studio running and connected to TFS version control, and flip between them.
The most efficient is perhaps to ask someone to do the review on your computer with you.
If that's not possible, the only solution that I see is to squash all the commits and to do a shelve from the remaining commit and after create a code review from this shelve set. Not a perfect solution...
The better solution, like even Microsoft advise, is to migrate to tfs(git) ;-)