Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitattributes -diff

The simplest way to mark a file as binary
is to unset the diff attribute in the .gitattributes file:
*.ps -diff
This will cause Git to generate Binary files differ
(or a binary patch, if binary patches are enabled) instead of a regular diff.
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #gitattributes
ADD COMMENT
Topic
Name
7+2 =