Skip to content

Comment on Diff So Fancy: make Git diffs look good

Comments

    git diff --word-diff=color
provides a really nice word diff with coloring similar to this project. Just setup an alias in your global gitconfig:
    [alias]
            cdiff = diff --word-diff=color
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.