How to do a diff on a word/character basis rather than on a line basis
How to do a diff on a word/character basis rather than on a line basis
Use git's diff like so:
git diff --word-diff=color --word-diff-regex=. file1 file2
How to do a diff on a word/character basis rather than on a line basis
Use git's diff like so:
git diff --word-diff=color --word-diff-regex=. file1 file2