One can use MD5 or plain text diff to see differences in PDF files. If that's not enough, here's how to use diffpdf which knows how to diff based on appearance or words.
apt-get install diffpdf
- edit your
~/.gitconfig
to add this:
[difftool "diffpdf"]
cmd = diffpdf \"$LOCAL\" \"$REMOTE\"