brew install diffpdf
Last active
December 17, 2015 02:49
-
-
Save thbar/5539251 to your computer and use it in GitHub Desktop.
How to diff PDF with git and diffpdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function git_diff_pdf { | |
| git difftool --no-prompt --tool=diffpdf $1 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [difftool "diffpdf"] | |
| cmd = diffpdf \"$LOCAL\" \"$REMOTE\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment