简体   繁体   中英

How to setup Code Review in free version of gitlab

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.

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.

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

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