Beautify Git Diffs

İbrahim Gündüz
2 min readMay 23, 2022

Though Git colorizes the diff outputs, it’s still not easy to recognize exactly what’s changed in a line. Please have a look at the following screenshot:

Though there are only a few characters of changes, it appears like the whole line is removed and added in a different shape.

Anyways... If you wanna make a better git diff view, you can use some external tools like https://github.com/dandavison/delta

--

--