Hacker News new | ask | show | jobs
by noselasd 1552 days ago
If you want to use it with git:

    git config --global diff.tool meld
    git config --global --add difftool.prompt false

And use git difftool instead of git diff
1 comments

On my Ubuntu based (Xubuntu, Mint) workstations this works without any configuration

  $ meld .
That command is only for diffing against Git HEAD. `git difftool` supports all the ways to diff with Git.