1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-26 21:29:46 +01:00

git (package): improved diff with delta added

This commit is contained in:
2025-11-23 10:14:59 +01:00
parent 771ecc3b99
commit 661ce3f20b

View File

@@ -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 delta also improves the `git blame` command, which is another reason why it is widely more popular
then diff-so-fancy. 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 #### `git diff`: Delta
[delta](https://github.com/dandavison/delta) first needs to be installed. [delta](https://github.com/dandavison/delta) first needs to be installed.