Closed james-prior closed 7 years ago
I just discovered a way of using meld with git diff that obviates my gmd stuff. The new way is:
git difftool -t meld -y ...
where ... are the things to compare same as with the git diff command. For example:
git difftool -t meld -y 3196cfd 630bd3f
Good to know!!! meld is definitely a nice piece of software. 👍
I have come up with a couple of aliases in ~/.gitconfig to help.
[alias] dm = difftool -t meld dy = difftool -t meld -y
I just discovered a way of using meld with git diff that obviates my gmd stuff. The new way is:
where ... are the things to compare same as with the git diff command. For example: