Install latest/stable of git-delta-snap
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install git-delta-snap
Don't have snapd? Get set up for snaps.
Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output.
Configuration
Configure your git repository with
git config core.pager git-delta-snap.delta git config interactive.diffFilter "git-delta-snap.delta --color-only" git config delta.navigate true git config delta.light false git config merge.conflictstyle diff3 git config diff.colorMoved default
These settings can be applied globally by adding --global
, i.e.
git config --global core.pager git-delta-snap.delta
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.