git difftool -t meld --dir-diff
将显示工作目录更改。或者,
git difftool -t meld --dir-diff [COMMIT_A] [COMMIT_B]
将显示2个特定提交之间的差异。