Back to Delta

Get started

manual/src/get-started.md

0.19.2359 B
Original Source

Get started

Install delta and add this to your ~/.gitconfig:

gitconfig
[core]
    pager = delta

[interactive]
    diffFilter = delta --color-only

[delta]
    navigate = true  # use n and N to move between diff sections
    dark = true      # or `light = true`, or omit for auto-detection

[merge]
    conflictStyle = zdiff3