giel
Results
1
comments of
giel
Using [meld diff viewer](https://meldmerge.org) as an example ``` git config --global diff.tool meld ``` will result in `git.config` section: ``` [diff] tool = meld ``` Then in a directory `git...