On Gitlab, how to compare a file of two different commits? I know that that on command line git, the command is:
git diff commit1 commit12 -- file_name
>
None of the other answers had the correct steps to show a diff between two branches via the Gitlab GUI in its current version. To do so:
master
(or whatever your default branch is called) if you wish.