diff-so-fancy
is a tool to create cooler looking git diff
s. To alias git dsf
, enter these commands:
git config --global alias.dsf "diff --color"
git config --global pager.dsf "diff-so-fancy | less --tabs=4 -RFXS"
Solutions to stupidly simple problems that took WAY to long to figure out