Better Terminal Git Diffs (opens in new tab)
From Mitchell Hanberg's Blog: Normally, our terminal git diffs look like this. {: .bg-transparent } Let's improve our experience by adding syntax highlighting! To accomplish this, we're going to replace the pager that git uses with a tool called delta. Add the following to `~/.gitconfig`. Let's see what our git diffs look like now. {: .bg-transparent} This looks great, but I think we can do even better. Let's configure `delta` to use the same theme as our terminal. `delta` uses bat for syntax...
Read the original article