I'm trying to merge in some files, but get:
#added by them: sass/main.scss
Since I've also added this file, I'd like to look at 'theirs' and see what they've done on it.
I've tried git diff sass/main.scss
but this doesnt work.
Would anyone know the correct way of doing this?