Make “git diff” look beautiful in the terminal

1 · Amit Merchant · Sept. 13, 2024, 12:37 p.m.
If you’re working with Git often in the terminal, you might have noticed that the git diff command is not very pretty when displaying unstaged changes. The output that the git diff command gives is good for a file or two with minimal changes but when there is a plethora of files with a lot of changes, it can be a bit overwhelming. Here’s what a typical git diff output looks like. The output can be improved significantly by using a package called git-delta which enhances the git diff command to...