Identify Binary Files

suggest change

Git is pretty good at identifying binary files, but you can explicitly specify which files are binary. Create a .gitattributes file in the project root containing:

*.png binary

binary is a built-in macro attribute equivalent to -diff -merge -text.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents