Y
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
gebruikersnaam
1552 days ago
On my Ubuntu based (Xubuntu, Mint) workstations this works without any configuration
$ meld .
link
vocram
1552 days ago
That command is only for diffing against Git HEAD. `git difftool` supports all the ways to diff with Git.
link