mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
2555894b57
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
393 B
393 B
diff-so-fancy
Colorize
diffoutput in a more human readable way. More information: https://github.com/so-fancy/diff-so-fancy#-usage.
- Colorize
diff:
diff {{[-u|--unified]}} {{path/to/file1}} {{path/to/file2}} | diff-so-fancy
- Set
diff-so-fancyto colorize the output during Git's interactive staging:
git config --global interactive.diffFilter "diff-so-fancy --patch"