简体   繁体   中英

How to do a code review for many commits in gitlab?

What is the easiest/best way to review a merge request in gitlab for a branch that has many commits? Is there a “unified” view I can use somehow or is the only option to click on the “Changes” tab and go through each individual commits one by one?

You do not need to go through each invidividual commit one by one.

You should click on the Merge Request's "Changes" tab, instead of the "Changes" tab of individual commits, so you see the changes between the latest version and the branch you want to merge into, eg with Master:

在此输入图像描述

This way, you will see all changes that are proposed within the merge request and you can review them all at once.

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