What is the basis for git to detect changes in picture files?

if the name of an image remains the same, the size and file size do not change, but the content does change, will git detect a change in the image file, or can git detect a change in the content of the image just as it detects the content of the text file?

Git
Nov.01,2021

git can compare binary files, or even compare image contents according to the rules you specify


the hash value of the file

Menu