Alias for colored diff

PHOTO EMBED

Thu Dec 02 2021 19:15:03 GMT+0000 (Coordinated Universal Time)

Saved by @atfingertips #git

git config \
  --global alias.clrdiff \
  "difftool --extcmd 'icdiff --highlight --line-numbers --numlines=3 --tabsize=2 --cols=135'"
content_copyCOPY

Use `icdiff` for colorized diff. First `brew install icdiff`, if `icdiff` is not already installed.