Skip to content

delta

AnduinOS Verified App - Open Source

Delta is an AnduinOS verified app and it runs awesome on AnduinOS, with easy installation and automatic updates.

delta is a syntax-highlighting pager for git, diff, grep, and blame output. source code

Run this command to install delta on AnduinOS.

sudo apt install git-delta

Run this command to use delta in git.

git config --global core.pager delta
git config --global interactive.diffFilter 'delta --color-only'
git config --global delta.navigate true
git config --global merge.conflictStyle zdiff3

Checkout more usage in docs.