How to set up a code review using Gitlab?

前端 未结 5 1868
南方客
南方客 2021-01-30 15:53

How does one set up a code review using Gitlab? I see it listed as a feature on the Gitlab website, but I can\'t seem to find instructions on how to set one up (For that matter

5条回答
  •  梦如初夏
    2021-01-30 16:21

    Yes. Merge requests are how peer reviews are accomplished.

    There should be a 'diff' tab that will show the changes of all the commits (mentioned here: http://youtu.be/DyAX8ws5OIc?t=3m2s).

    The video also explains nicely how it can be used to peer review.

提交回复
热议问题