Tagged Questions
48
votes
5answers
5k views
Using latexdiff with git
I'd like to be able to use latexdiff with git. At the moment I have an alias in my .gitconfig file for a word-based diff:
[alias]
wdiff = diff --color-words
but is it possible to make an alias ...