Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 437 Bytes

git-delta.md

File metadata and controls

25 lines (17 loc) · 437 Bytes

Git Delta

Today I found an amazing tool called git-delta. This improves the way your diffs look like, adding syntax highlighting and word-level diffs.

Install

brew install git-delta

Usage

git diff | delta

Git integration

[core]
    pager = delta --plus-color="#012800" --minus-color="#340001"

[interactive]
    diffFilter = delta --color-only