简体   繁体   中英

How to make code reviews when using git-tfs bridge?

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?

保持第二个Visual Studio运行并连接到TFS版本控件,然后在它们之间进行切换。

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) ;-)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM