DEV Community

Discussion on: I'm a Git Master, Ask Me Anything

Collapse
 
ericalecat profile image
Erica

You could use a .gitattributes file in the root directory of your repo to explicitly mark the file as "binary", see this link git-scm.com/book/en/v2/Customizing.... This should improve diffing!