Using Meld for viewing Git differences
daniel Thu, 02/04/2021 - 2:24pm
From Jorg Mittag on stackoverflow.
You can use:
git config --global diff.tool meld
and then:
git difftool -d ABC
- Log in to post comments
daniel Thu, 02/04/2021 - 2:24pm
From Jorg Mittag on stackoverflow.
You can use:
git config --global diff.tool meld
and then:
git difftool -d ABC
daniel Fri, 07/01/2011 - 12:51pm
Computers are good at following instructions, but not at reading your mind.
Donald Knuth