Google News
logo
Git - Quiz(MCQ)
Does Git diff binary files?
A)
No, it can't be done
B)
Yes, Git opens a hex editor
C)
Yes, only if you set diff.binary setting to true
D)
Yes, only if you set up a binary-to-text converter in git attributes

Correct Answer :   Yes, only if you set up a binary-to-text converter in git attributes

Advertisement