Tag: diff
-

Git Tip: Word Diff
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 request tools (GitHub etc.) do. This is perfectly fine for most situations. Less widely known is the fact that you…
