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 Mon, 02/26/2007 - 12:29pm
If we did all the things we are capable of, we would literally astound ourselves.
Thomas A. Edison