How to customize code view with gitlab? I see that it is listed as a function on the Gitlab website, but I cannot find instructions on how to install it. (In this regard, any link to the Gitlab user guide would be most appreciated).
Some of my searches have indicated that Merge Requests is the way to go ... but I find them limiting. The merge request issued shows all commits between one branch and another. It seems that I can only see the differences generated for each individual commit. For example, let's say I have a file that I want to view. This is a new file, but I made changes to its 10 commits to dev branches. If I issue a merge request for this dev branch from integration, I see that there are 10 commits, each of which shows the incremental changes made to the file ... I want to look at all this. This is new!
Am I barking the wrong tree here? Is there a real code checking tool that I can use in GitLab, or merge requests is the way to go, and if I use them incorrectly? what's the best way to set up a correct code review here?
git gitlab code-review
djc6535 Jul 09 '13 at 22:59 2013-07-09 22:59
source share