git-difftool: full file tree compare using meld?

前端 未结 3 721
执念已碎
执念已碎 2021-02-07 03:52

Is there an easy way to compare the file tree of an old git commit with the working file tree, in meld?

git-difftool does something very similar, but I don\'t want it to

3条回答
  •  庸人自扰
    2021-02-07 04:41

    I also found this issue annoying so I've made git meld which allows a more comfortable way of diffing arbitrary commits against the working tree or the staging area. You can find it at https://github.com/wmanley/git-meld .

提交回复
热议问题