I'm generating a LaTeX document. I want to run a specialised latexdiff
to compare my current (uncommitted) version against the last commit of a file, paper.tex
.
Something like:
latexdiff paper.tex HEAD:paper.tex > diff.tex
However I've got no idea what the HEAD:paper.tex
would actually be. Any suggestions?