Use "git diff --word-diff" for inline diffs

Git's default diffs act on lines, but if you want to see differences within a line, you can use:

git --word-diff

This will show additions and removals within a single line. There are better solutions, but this one is easy when you, say, just want to check that you updated links correctly in Markdown files.