Use word-by-word diff when using version control for LaTeXFiled Under: Uncategorized
I found this a bit late, but it’s ridiculously useful to use a word-by-word diff rather than a standard line-by-line diff when writing papers.
Here’s how you can enable it in Mercurial:
Mercurial Word Diff
Turns out this feature is already part of git though! Just run:
git diff --color-words
- Permalink
- prashant
- 31 Oct 2010 9:42 PM
- Comments (0)