Demo
Làm theo sau:
git clone https://github.com/git/git.git --depth=1
cd git/contrib/diff-highlight/
make
Lúc này sẽ build ra 1 file diff-highlight
Tự thêm file này vào $PATH để thực thi nhé.
Sửa file ~/.gitconfig
[pager]
diff = diff-highlight | less
log = diff-highlight | less
show = diff-highlight | less
Xong!!!
Chạy git diff -w
và tận hưởng.