Here I work with the terminal and when I want to believe the changes in git
git diff then he shows everything in the terminal
I understand that with the help of the command
git config --global core.editor "kate" You can install an editor that will show the changes made
kate is the name of the editor
After I .gitconfig this command, I checked the .gitconfig file and it appeared there
[user] name = aleksey email = aleksey@gmail.com [core] autocrlf = input excludesfile = /home/aleksey/.gitexcludes editor = kate In the last line.
But still, when I dial git diff in the terminal, everything opens in the terminal ...
Tell me how to fix it?

git config diff.tool katefrom the answer to a similar question: How do I view the 'git diff' output with a visual diff program? If it works, then in the form of an answer, publish it - jfs