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 >
git diff commit1 commit12 -- file_name
It will compare commits, you will be able to find file in list.