2022
Diff output from git can be hard to read. Luckily thereβs a nice tool bundled with git that can help us out. Enter diff-highlight, a little perl script found in gitβs contrib directory. From its own documentation: [diff-highlight] post-processes the line-oriented diff, finds pairs of lines, and highlights the differing segments. diff-highlight is shipped in…
Running WordPress with sqlite is a great alternative to mysql/mariadb.