git-difftool: full file tree compare using meld?

前端 未结 3 774
执念已碎
执念已碎 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条回答
  •  萌比男神i
    2021-02-07 04:24

    I've tested this on a recent version of meld and it is now built in. You can use it with meld so "meld ." works for the current directory. You can checkout a version git co [version] then git reset [version]^ and then run "meld ." to compare any version with it's previous version.

提交回复
热议问题