mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
910 B
910 B
diff-highlight
Pretty diff highlighter with emphasis on changed words.
Table of contents
TL;DR
# Installation.
pip install 'diff-highlight'
In ${HOME}/.gitconfig:
# Set as default.
[core]
pager = diff-highlight | less
# Apply to individual commands.
[pager]
log = diff-highlight | less
show = diff-highlight | less
diff = diff-highlight | less
Further readings
Sources
All the references in the further readings section, plus the following: