I merge a remote branch into a local one. After merging I get "deleted by them" files. It means that in remote branch these files are removed, but they have changes in a local branch, that will be lost, if I simply remove files from local branch too.
How to get those changes in a diff form per file? Just to know - what I am losing.