From 661ce3f20b2f8a53ffdfeb212c6f76d5ca441ea4 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 23 Nov 2025 10:14:59 +0100 Subject: [PATCH] git (package): improved diff with delta added --- wiki/linux/git_(package).md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/linux/git_(package).md b/wiki/linux/git_(package).md index 3305349..4d705b1 100644 --- a/wiki/linux/git_(package).md +++ b/wiki/linux/git_(package).md @@ -84,6 +84,9 @@ highlighting and a side-by-side view. delta also improves the `git blame` command, which is another reason why it is widely more popular then diff-so-fancy. +A more or less complete overview of the options was performed in an +[Article on Medium by Maxim Smolin](https://maximsmol.medium.com/improving-git-diffs-4519a6541cd1). + #### `git diff`: Delta [delta](https://github.com/dandavison/delta) first needs to be installed.