diff

Git Tip: Word Diff

less than 1 minute read

If you use Git in the command line, when using commands like git diff and similar ones, it does a line-by-line diff by default. This is also what most pull r...