Skip to content

Instantly share code, notes, and snippets.

@thbar
Last active December 17, 2015 02:49
Show Gist options
  • Select an option

  • Save thbar/5539251 to your computer and use it in GitHub Desktop.

Select an option

Save thbar/5539251 to your computer and use it in GitHub Desktop.
How to diff PDF with git and diffpdf
function git_diff_pdf {
git difftool --no-prompt --tool=diffpdf $1
}
[difftool "diffpdf"]
cmd = diffpdf \"$LOCAL\" \"$REMOTE\"

brew install diffpdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment