I’ve been trying to make my git diff output nicer. Mainly I want side-by-side output, and so, I went with git-delta. Everything has been working great, but there is only one problem: git diff output contains weird character ‘^[[0K’ at ends of lines (I guess it’s an EOL character).
I would like to get rid of it, basically. Is this a configuration problem?
Git Diff Output with the unwanted EOL characters
I installed ydiff, but couldn’t get it working either through ‘git diff’ command; ‘git difftool’ worked as expected. For git-delta, I’ve scrambled around the configuration and can’t really come up with any more attempts.
dxo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.