-2

I want to have code review set up in my local gitlab environment.

  1. Does gitlab free version provide its inbuilt review system?
  2. If not then should we use Gerrit or any other free code review tool to integrate with GitLab?

Can I please get the steps to set up this environment.

vivekvroy
  • 27
  • 1
  • 6

2 Answers2

0

GitLab's code review is conducted via 'Merge Requests'. It's a bit of a different thing than Gerrit reviews and is more like GitHub Pull Requests, etc. See Merge Request documentation for more information.

Drew Blessing
  • 2,595
  • 11
  • 16
-1

Yes Gitlab supports review system, we are using it right now in our project. No extra steps are necessary

lueenavarro
  • 528
  • 10
  • 20