git difftool using meld on OSX

1. 下載 meld
https://yousseb.github.io/meld/

2. 加入下列程式碼在 ~/.gitconfig
```
[diff]
    tool = meld

[difftool]
    prompt = false

[difftool "meld"]
    trustExitCode = true
    cmd = open -W -a Meld --args \"$LOCAL\" \"$PWD/$REMOTE\"

 
```

別人介紹的blog
http://www.alexkras.com/how-to-run-meld-on-mac-os-x-yosemite-without-homebrew-macports-or-think/

留言

這個網誌中的熱門文章

[讀書心得] 下班後的黃金八小時

《賺錢,也賺幸福》主動投資人生,被動投資金錢

Python 螢幕截圖存檔